summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-10-26 08:45:34 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2020-10-26 08:45:34 +0100
commit740a60811c4647eecf3e2f82a24dccc1abbd686a (patch)
treebbd2f09772ccdbb9ee846522ac14779477917b53 /tests
parent28388008327aacfc48db3c31f415564d93cd983f (diff)
downloadvim-polyglot-740a60811c4647eecf3e2f82a24dccc1abbd686a.tar.gz
vim-polyglot-740a60811c4647eecf3e2f82a24dccc1abbd686a.zip
Use nroff filetype for man pages, closes #611
Diffstat (limited to 'tests')
-rw-r--r--tests/filetypes.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/filetypes.vim b/tests/filetypes.vim
index e9a88536..c3bb9931 100644
--- a/tests/filetypes.vim
+++ b/tests/filetypes.vim
@@ -463,6 +463,7 @@ call TestFiletype('netrc')
call TestFiletype('ninja')
call TestFiletype('ncf')
call TestFiletype('nroff')
+call TestFiletype('nroff')
call TestFiletype('nqc')
call TestFiletype('nsis')
call TestFiletype('occam')
@@ -638,7 +639,6 @@ call TestFiletype('svn')
call TestFiletype('text')
call TestFiletype('pullrequest')
call TestFiletype('xf86conf')
-call TestFiletype('man')
call TestFiletype('xpm')
call TestFiletype('xpm2')
call TestFiletype('context')