1
0
forked from aniani/vim

patch 8.2.1924: Vim9: crash when indexing dict with NULL key

Problem:    Vim9: crash when indexing dict with NULL key.
Solution:   Use empty string instead of NULL. (closes #7229)  Make error
            message more useful for empty string.
This commit is contained in:
Bram Moolenaar
2020-10-30 18:33:02 +01:00
parent 4f6b6ed208
commit 086fc9a585
4 changed files with 6 additions and 1 deletions

View File

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