1
0
forked from aniani/vim

patch 8.2.1127: Vim9: getting a dict member may not work

Problem:    Vim9: getting a dict member may not work.
Solution:   Clear the dict only after copying the item. (closes #6390)
This commit is contained in:
Bram Moolenaar
2020-07-04 19:19:43 +02:00
parent eeb27bfe28
commit fb9d5c51c8
3 changed files with 10 additions and 1 deletions

View File

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