1
0
forked from aniani/vim

patch 8.2.3603: fish filetype not recognized

Problem:    Fish filetype not recognized.
Solution:   Add a file pattern and match script line. (Doug Kearns)
This commit is contained in:
Bram Moolenaar
2021-11-16 15:28:10 +00:00
parent 1be7e21583
commit b1b163efd7
4 changed files with 11 additions and 0 deletions

View File

@@ -617,6 +617,9 @@ autocmd BufRead,BufNewFile *.fnl setf fennel
" Fetchmail RC file
au BufNewFile,BufRead .fetchmailrc setf fetchmail
" Fish shell
au BufNewFile,BufRead *.fish setf fish
" FlexWiki - disabled, because it has side effects when a .wiki file
" is not actually FlexWiki
"au BufNewFile,BufRead *.wiki setf flexwiki