1
0
forked from aniani/vim

patch 8.2.3311: Vim9: check for DO_NOT_FREE_CNT is very slow

Problem:    Vim9: check for DO_NOT_FREE_CNT is very slow.
Solution:   Move to a separate function so it can be skipped by setting
            $TEST_SKIP_PAT.
This commit is contained in:
Bram Moolenaar
2021-08-07 17:20:16 +02:00
parent 4270d8b762
commit dae453f339
3 changed files with 56 additions and 8 deletions

View File

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