1
0
forked from aniani/vim

patch 8.2.3203: Vim9: compiled string expression causes type error

Problem:    Vim9: compiled string expression causes type error. (Yegappan
            Lakshmanan)
Solution:   Remove the string type from the stack.
This commit is contained in:
Bram Moolenaar
2021-07-22 19:11:08 +02:00
parent 5dd839ce20
commit cd268017cf
3 changed files with 10 additions and 3 deletions

View File

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