mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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
|
au BufNewFile,BufRead *.page setf mallard
|
||||||
|
|
||||||
" Manpage
|
" Manpage
|
||||||
au BufNewFile,BufRead *.man setf man
|
au BufNewFile,BufRead *.man setf nroff
|
||||||
|
|
||||||
" Man config
|
" Man config
|
||||||
au BufNewFile,BufRead */etc/man.conf,man.config setf manconf
|
au BufNewFile,BufRead */etc/man.conf,man.config setf manconf
|
||||||
|
Loading…
Reference in New Issue
Block a user