commit | 61343f0c44c8e71df04918d033e0a744c0b7f8aa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 20 21:11:13 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 20 21:11:13 2019 +0200 |
tree | 50a786d74aa00d2f93d352c2f4db94a026620370 | |
parent | 63187f79327e30cdce7c89d35121b79452d80cc3 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 4d27065..36a7779 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1722, +/**/ 1721, /**/ 1720,