1
0
forked from aniani/vim

patch 8.2.2000: Vim9: dict.key assignment not implemented yet

Problem:    Vim9: dict.key assignment not implemented yet.
Solution:   Implement dict.key assignment. (closes #7312)
This commit is contained in:
Bram Moolenaar
2020-11-16 22:11:49 +01:00
parent e6329e4c55
commit fc74d03e76
3 changed files with 35 additions and 12 deletions

View File

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