diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-12-30 01:04:40 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-12-30 01:04:40 +0100 |
commit | dc786b7641741eadadab10b507fcfd4c1ff1813a (patch) | |
tree | dd012dd60c5179e21679fc448a99e3c3d59f3a08 /tests/native.vim | |
parent | 3f9ce1c6cf3b1e25657c254fadbebae0398e440c (diff) | |
download | vim-polyglot-dc786b7641741eadadab10b507fcfd4c1ff1813a.tar.gz vim-polyglot-dc786b7641741eadadab10b507fcfd4c1ff1813a.zip |
Try to fix tests
Diffstat (limited to 'tests/native.vim')
-rw-r--r-- | tests/native.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/native.vim b/tests/native.vim index ff7b3025..46d5f6d5 100644 --- a/tests/native.vim +++ b/tests/native.vim @@ -287,7 +287,7 @@ let s:filename_checks = { \ 'mailcap': ['.mailcap', 'mailcap'], \ 'make': ['file.mk', 'file.mak', 'file.dsp', 'makefile', 'Makefile', 'makefile-file', 'Makefile-file', 'some-makefile', 'some-Makefile'], \ 'mallard': ['file.page'], - \ 'man': ['file.man'], + \ 'nroff': ['file.man'], \ 'manconf': ['/etc/man.conf', 'man.config', 'any/etc/man.conf'], \ 'map': ['file.map'], \ 'maple': ['file.mv', 'file.mpl', 'file.mws'], |