We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
funced
1 parent 15497e8 commit 0577fd5Copy full SHA for 0577fd5
ftdetect/fish.vim
@@ -21,7 +21,7 @@ autocmd BufRead,BufNewFile ~/.config/fish/fish_{read_,}history setfiletype yaml
21
autocmd BufRead,BufNewFile ~/.config/fish/fishd.* setlocal readonly
22
23
" Mimic `funced` when manually creating functions.
24
-autocmd BufNewFile ~/.config/fish/*.fish
+autocmd BufNewFile ~/.config/fish/functions/*.fish
25
\ call append(0, ['function '.expand('%:t:r'),
26
\repeat(' ', &shiftwidth),
27
\'end']) |
0 commit comments