aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-02-03 12:06:55 +0100
committerJustin M. Keyes <justinkz@gmail.com>2018-02-11 19:03:26 +0100
commit9c14a78afd3712079c9778cd7dc5da999bc658b2 (patch)
treea646c59f565eaa8b0e704242fbb5d72df165c81a /src
parent9baf60c6170489d3e7ba159d6391f88fed15b9a9 (diff)
downloadrneovim-9c14a78afd3712079c9778cd7dc5da999bc658b2.tar.gz
rneovim-9c14a78afd3712079c9778cd7dc5da999bc658b2.tar.bz2
rneovim-9c14a78afd3712079c9778cd7dc5da999bc658b2.zip
test/oldtest: account for Nvim man.vim handling
Diffstat (limited to 'src')
-rw-r--r--src/nvim/testdir/test_filetype.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_filetype.vim b/src/nvim/testdir/test_filetype.vim
index dfcd12e8e1..d2341c8e16 100644
--- a/src/nvim/testdir/test_filetype.vim
+++ b/src/nvim/testdir/test_filetype.vim
@@ -262,7 +262,6 @@ let s:filename_checks = {
\ 'mailcap': ['.mailcap', 'mailcap'],
\ 'make': ['file.mk', 'file.mak', 'file.dsp'],
\ 'mallard': ['file.page'],
- \ 'man': ['file.man'],
\ 'manconf': ['/etc/man.conf', 'man.config'],
\ 'map': ['file.map'],
\ 'maple': ['file.mv', 'file.mpl', 'file.mws'],