1
0
forked from aniani/vim

patch 8.2.3055: strange error for assigning to "x.key" on non-dictionary

Problem:    Strange error for assigning to "x.key" on non-dictionary.
Solution:   Add a specific error message. (closes #8451)
This commit is contained in:
Bram Moolenaar
2021-06-26 15:00:59 +02:00
parent 4d5dfe2083
commit 3a3b10e87a
6 changed files with 21 additions and 2 deletions

View File

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