Skip to content

Commit 16d12bd

Browse files
committed
prepend to suffixesadd instead of append
This way `.fish` is probably prioritized.
1 parent d3d73d5 commit 16d12bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ftplugin/fish.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ setlocal formatoptions+=ron1j
77
setlocal formatoptions-=t
88
setlocal include=\\v^\\s*\\.>
99
setlocal iskeyword=@,48-57,-,_,.,/
10-
setlocal suffixesadd+=.fish
10+
setlocal suffixesadd^=.fish
1111

1212
if executable('fish_indent')
1313
setlocal formatexpr=fish#Format()

0 commit comments

Comments
 (0)