commit | 082517570d1dce2faf3baa9f752ce0858355d221 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 11 21:20:18 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 11 21:20:18 2021 +0100 |
tree | 1e0cd97fc08a5e29b3af0d04a7ee8a319942a979 | |
parent | 9e1d9e3473f852735ffd605a0fa4d224b81a4f0c [diff] [blame] |
patch 8.2.2331: Vim9: wrong error when modifying dict declared with :final Problem: Vim9: wrong error when modifying dict declared with :final. Solution: Do not check for writable variable when an index follows. (closes #7657)
diff --git a/src/version.c b/src/version.c index 0a3cd54..f063d7b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2331, +/**/ 2330, /**/ 2329,