We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4043298 commit 1f01a37Copy full SHA for 1f01a37
ftdetect/fish.vim
@@ -1,4 +1,4 @@
1
autocmd BufRead,BufNewFile *.fish setfiletype fish
2
-autocmd BufRead,BufNewFile /tmp/fish_funced_*.fish ?\C^end\>?-1 | if getline('.') ==# '' | execute "normal! i\<C-t>" | endif | startinsert!
+autocmd BufRead /tmp/fish_funced_*.fish ?\C^end\>?-1 | if getline('.') ==# '' | execute "normal! i\<C-t>" | endif | startinsert!
3
autocmd BufRead,BufNewFile ~/.config/fish/fish_{read_,}history setfiletype yaml
4
autocmd BufRead,BufNewFile ~/.config/fish/fishd.* setlocal readonly
0 commit comments