1
0
forked from aniani/vim

patch 8.2.2791: Vim9: memory leak when using \=expr in :substitute

Problem:    Vim9: memory leak when using \=expr in :substitute.
Solution:   Do not allocate a new instruction list.
This commit is contained in:
Bram Moolenaar
2021-04-20 21:49:35 +02:00
parent 63276685f9
commit 5c787fb792
2 changed files with 5 additions and 5 deletions

View File

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