diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-26 08:45:34 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-26 08:45:34 +0100 |
commit | 740a60811c4647eecf3e2f82a24dccc1abbd686a (patch) | |
tree | bbd2f09772ccdbb9ee846522ac14779477917b53 /tests/filetypes.vim | |
parent | 28388008327aacfc48db3c31f415564d93cd983f (diff) | |
download | vim-polyglot-740a60811c4647eecf3e2f82a24dccc1abbd686a.tar.gz vim-polyglot-740a60811c4647eecf3e2f82a24dccc1abbd686a.zip |
Use nroff filetype for man pages, closes #611
Diffstat (limited to 'tests/filetypes.vim')
-rw-r--r-- | tests/filetypes.vim | 2 |
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') |