mirror of
https://github.com/neovim/neovim.git
synced 2024-12-31 17:13:26 -07:00
man.vim: do not set ft=man on files with extension man (#5831)
Closes #5806
This commit is contained in:
parent
6f9be2464c
commit
d8a97d7b79
@ -1143,7 +1143,7 @@ au BufNewFile,BufRead *.ist,*.mst setf ist
|
||||
au BufNewFile,BufRead *.page setf mallard
|
||||
|
||||
" Manpage
|
||||
au BufNewFile,BufRead *.man setf man
|
||||
au BufNewFile,BufRead *.man setf nroff
|
||||
|
||||
" Man config
|
||||
au BufNewFile,BufRead */etc/man.conf,man.config setf manconf
|
||||
|
Loading…
Reference in New Issue
Block a user