1
0
forked from aniani/vim

patch 8.2.0759: Vim9: missing changes for performance improvements

Problem:    Vim9: missing changes for performance improvements
Solution:   Use GA_GROW().  Don't call breakcheck so often.
This commit is contained in:
Bram Moolenaar
2020-05-15 21:42:53 +02:00
parent cb7904016e
commit 270d0388d2
2 changed files with 26 additions and 19 deletions

View File

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