patch 8.2.3267: Vim9: crash when disassembling using deleted script variable

Problem:    Vim9: crash when disassembling a function that uses a deleted
            script variable.
Solution:   Check the variable still exists. (closes #8683)
This commit is contained in:
Bram Moolenaar
2021-08-01 14:08:54 +02:00
parent e97976baa7
commit 6db660bed9
3 changed files with 94 additions and 30 deletions

View File

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