1
0
forked from aniani/vim

patch 8.2.2417: condition stack values may be used when not set

Problem:    Condition stack values may be used when not set.
Solution:   Clear cs_script_var_len and cs_block_id just in case they get used
            later. (issue #7733)
This commit is contained in:
Bram Moolenaar
2021-01-27 21:37:13 +01:00
parent bed72df3e6
commit 3e492c2d5f
2 changed files with 9 additions and 0 deletions

View File

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