1
0
forked from aniani/vim

patch 8.2.2157: Vim9: can delete a Vim9 script variable from a function

Problem:    Vim9: can delete a Vim9 script variable from a function.
Solution:   Check the variable is defined in Vim9 script. (closes #7483)
This commit is contained in:
Bram Moolenaar
2020-12-18 15:38:00 +01:00
parent b5b77378bc
commit 9aed729fe9
3 changed files with 20 additions and 0 deletions

View File

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