1
0
forked from aniani/vim

patch 8.2.2810: Vim9: crash when calling a function in a substitute expression

Problem:    Vim9: crash when calling a function in a substitute expression.
Solution:   Set the instructions back to the substitute expression
            instrunctions. (closes #8148)
This commit is contained in:
Bram Moolenaar
2021-04-25 14:48:49 +02:00
parent dc4c2309f2
commit d386e923c7
3 changed files with 30 additions and 1 deletions

View File

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