aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJan Edmund Lazo <janedmundlazo@hotmail.com>2018-09-18 20:31:15 -0400
committerJan Edmund Lazo <janedmundlazo@hotmail.com>2018-10-27 19:53:17 -0400
commit43c88bb58c32ebed173c2dc892b5c982021ec5f1 (patch)
tree1e4b7a535b9454e857ac16e239e3c517f501be71 /src
parent112a5b76e66471654bc778a9d5038d336d9db4e5 (diff)
downloadrneovim-43c88bb58c32ebed173c2dc892b5c982021ec5f1.tar.gz
rneovim-43c88bb58c32ebed173c2dc892b5c982021ec5f1.tar.bz2
rneovim-43c88bb58c32ebed173c2dc892b5c982021ec5f1.zip
vim-patch:8.0.1438: filetype detection test not updated for change
Problem: Filetype detection test not updated for change. Solution: Update the test. https://github.com/vim/vim/commit/0479e910c423d71e2b96bc721feffad5808e767a
Diffstat (limited to 'src')
-rw-r--r--src/nvim/testdir/test_filetype.vim4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_filetype.vim b/src/nvim/testdir/test_filetype.vim
index 43dc383f3d..770ee812ba 100644
--- a/src/nvim/testdir/test_filetype.vim
+++ b/src/nvim/testdir/test_filetype.vim
@@ -322,7 +322,9 @@ let s:filename_checks = {
\ 'pf': ['pf.conf'],
\ 'pfmain': ['main.cf'],
\ 'php': ['file.php', 'file.php9', 'file.phtml', 'file.ctp'],
- \ 'pike': ['file.pike', 'file.lpc', 'file.ulpc', 'file.pmod'],
+ \ 'lpc': ['file.lpc', 'file.ulpc'],
+ \ 'pike': ['file.pike', 'file.pmod'],
+ \ 'cmod': ['file.cmod'],
\ 'pilrc': ['file.rcp'],
\ 'pine': ['.pinerc', 'pinerc', '.pinercex', 'pinercex'],
\ 'pinfo': ['/etc/pinforc', '/.pinforc'],