1
0
forked from aniani/vim

patch 9.1.1321: filetype: MS ixx and mpp files are not recognized

Problem:  filetype: MS ixx and mpp files are not recognized
Solution: detect *.mpp and *.ixx files as c++ filetype
          (Hampus Avekvist)

closes: #17155

Signed-off-by: Hampus Avekvist <hampus.avekvist@hey.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Hampus Avekvist
2025-04-18 18:18:06 +02:00
committed by Christian Brabandt
parent 1d96caaa4b
commit aee34ef23e
3 changed files with 7 additions and 2 deletions

View File

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