mirror of
https://github.com/neovim/neovim.git
synced 2026-01-04 10:26:42 +10:00
man.vim: do not set ft=man on files with extension man (#5831)
Closes #5806
This commit is contained in:
committed by
Justin M. Keyes
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
|
||||
|
||||
Reference in New Issue
Block a user