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 /tests | |
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 'tests')
-rw-r--r-- | tests/filetypes.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/filetypes.vim b/tests/filetypes.vim index 00d19b7e..a5f556d7 100644 --- a/tests/filetypes.vim +++ b/tests/filetypes.vim @@ -419,7 +419,6 @@ call TestFiletype('mailaliases') call TestFiletype('mailcap') call TestFiletype('ist') call TestFiletype('mallard') -call TestFiletype('man') call TestFiletype('manconf') call TestFiletype('maple') call TestFiletype('map') |