1
0
forked from aniani/vim

patch 9.0.1464: strace filetype detection is expensive

Problem:    Strace filetype detection is expensive.
Solution:   Match with a cheap pattern first. (Federico Mengozzi,
            closes #12220)
This commit is contained in:
Federico Mengozzi
2023-04-17 22:31:38 +01:00
committed by Bram Moolenaar
parent 4c42c7eef4
commit 6e5a9f9482
3 changed files with 11 additions and 1 deletions

View File

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