summaryrefslogtreecommitdiffstats
path: root/ftdetect
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-10-07 12:48:46 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-10-07 12:48:46 +0200
commit619a7a854b198c78947719bc75adb5225bde2ad5 (patch)
tree2bf6b84117defd74617c37939dd83b756306f4af /ftdetect
parent3f79f795dcdeed51ff8a0a7151f53ffe58ae88fc (diff)
downloadvim-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.vim4
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