1
0
forked from aniani/vim

patch 8.2.1817: Vim9: wrong instruction when reusing a local variable spot

Problem:    Vim9: wrong instruction when reusing a local variable spot.
Solution:   Clear a newly allocated local variable. (closes #7080)
This commit is contained in:
Bram Moolenaar
2020-10-09 22:04:29 +02:00
parent 11416321ff
commit e8211a33dc
3 changed files with 29 additions and 3 deletions

View File

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