1
0
forked from aniani/vim

patch 9.0.1272: typo in pattern for filetype detection

Problem:    Typo in pattern for filetype detection.
Solution:   Fix the typo. (closes #11924)
This commit is contained in:
zeertzjq
2023-02-01 15:31:23 +00:00
committed by Bram Moolenaar
parent 1b438a8228
commit e8d4ae0d11
3 changed files with 4 additions and 2 deletions

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1272,
/**/
1271,
/**/