1
0
forked from aniani/vim

patch 8.2.1337: Vim9: cannot use empty key in dict assignment

Problem:    Vim9: cannot use empty key in dict assignment.
Solution:   Allow empty key. (closes #6591)
This commit is contained in:
Bram Moolenaar
2020-08-01 14:06:38 +02:00
parent af50e899e7
commit 586268721d
3 changed files with 8 additions and 13 deletions

View File

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