From: Bram Moolenaar Date: Mon, 29 Jan 2018 08:17:32 +0000 (+0100) Subject: patch 8.0.1438: filetype detection test not updated for change X-Git-Tag: v8.0.1438 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0479e910c423d71e2b96bc721feffad5808e767a;p=vim patch 8.0.1438: filetype detection test not updated for change Problem: Filetype detection test not updated for change. Solution: Update the test. --- diff --git a/src/testdir/test_filetype.vim b/src/testdir/test_filetype.vim index 1a427f641..6aa6dbab9 100644 --- a/src/testdir/test_filetype.vim +++ b/src/testdir/test_filetype.vim @@ -323,7 +323,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'], diff --git a/src/version.c b/src/version.c index 39abe1fb3..f66cf4566 100644 --- a/src/version.c +++ b/src/version.c @@ -771,6 +771,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1438, /**/ 1437, /**/