1
0
forked from aniani/vim

patch 8.1.1722: error when scriptversion is 2 a making a dictionary access

Problem:    Error when scriptversion is 2 a making a dictionary access.
Solution:   Parse the subscript even when not evaluating the sub-expression.
            (closes #4704)
This commit is contained in:
Bram Moolenaar
2019-07-20 21:11:13 +02:00
parent 63187f7932
commit 61343f0c44
3 changed files with 20 additions and 6 deletions

View File

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