Skip to content

Commit

Permalink
man.vim: do not set ft=man on files with extension man (neovim#5831)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhooyr authored and justinmk committed Jan 4, 2017
1 parent 6f9be24 commit d8a97d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/filetype.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d8a97d7

Please sign in to comment.