diff options
Diffstat (limited to 'ftdetect')
-rw-r--r-- | ftdetect/polyglot.vim | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index 4e1988b4..0dae0bd4 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -970,10 +970,6 @@ if !has_key(s:disabled_packages, 'manconf') au BufNewFile,BufRead */etc/man.conf,man.config setf manconf endif -if !has_key(s:disabled_packages, 'man') - au BufNewFile,BufRead *.man setf man -endif - if !has_key(s:disabled_packages, 'mallard') au BufNewFile,BufRead *.page setf mallard endif |