mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.0.1438: filetype detection test not updated for change
Problem: Filetype detection test not updated for change. Solution: Update the test.
This commit is contained in:
@@ -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'],
|
||||
|
@@ -771,6 +771,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1438,
|
||||
/**/
|
||||
1437,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user