diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-07 12:48:46 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-07 12:48:46 +0200 |
commit | 619a7a854b198c78947719bc75adb5225bde2ad5 (patch) | |
tree | 2bf6b84117defd74617c37939dd83b756306f4af /ftdetect | |
parent | 3f79f795dcdeed51ff8a0a7151f53ffe58ae88fc (diff) | |
download | vim-polyglot-619a7a854b198c78947719bc75adb5225bde2ad5.tar.gz vim-polyglot-619a7a854b198c78947719bc75adb5225bde2ad5.zip |
Remove man plugin from vim, it does not work for nvim, closes #576
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 |