1
0
forked from aniani/vim

patch 8.2.2063: Vim9: only one level of indexing supported

Problem:    Vim9: only one level of indexing supported.
Solution:   Handle more than one index in an assignment.
This commit is contained in:
Bram Moolenaar
2020-11-28 18:52:33 +01:00
parent 4a44120e3d
commit dc234caff2
4 changed files with 168 additions and 15 deletions

View File

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