mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-10 12:33:51 -05:00
Add missing newlines (#527)
This commit is contained in:
@@ -279,8 +279,8 @@ def generate_ftdetect
|
|||||||
for extension in extensions.sort
|
for extension in extensions.sort
|
||||||
outer_filetype = filetype["outer_filetype"]
|
outer_filetype = filetype["outer_filetype"]
|
||||||
if outer_filetype
|
if outer_filetype
|
||||||
output << " au BufNewFile *.*.#{extension} execute \"do BufNewFile filetypedetect \" . expand(\"<afile>:r\") | #{outer_filetype}"
|
output << " au BufNewFile *.*.#{extension} execute \"do BufNewFile filetypedetect \" . expand(\"<afile>:r\") | #{outer_filetype}\n"
|
||||||
output << " au BufReadPre *.*#{extension} execute \"do BufRead filetypedetect \" . expand(\"<afile>:r\") | #{outer_filetype}"
|
output << " au BufReadPre *.*#{extension} execute \"do BufRead filetypedetect \" . expand(\"<afile>:r\") | #{outer_filetype}\n"
|
||||||
end
|
end
|
||||||
|
|
||||||
if ambiguous_extensions.include?(extension)
|
if ambiguous_extensions.include?(extension)
|
||||||
|
|||||||
Reference in New Issue
Block a user