1
0
forked from aniani/vim

patch 8.2.1949: Vim9: using extend() on null dict is silently ignored

Problem:    Vim9: using extend() on null dict is silently ignored.
Solution:   Give an error message.  Initialize a dict variable with an empty
            dictionary. (closes #7251)
This commit is contained in:
Bram Moolenaar
2020-11-04 11:36:35 +01:00
parent 4778b4d0e1
commit 348be7ed07
5 changed files with 82 additions and 7 deletions

View File

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