commit | dc234caff22131bdc1ff9ea50d67e11843d0d73e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 28 18:52:33 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 28 18:52:33 2020 +0100 |
tree | 489e211b194341e53c0ed3a99ad184376977b914 | |
parent | 4a44120e3dc1d40dd7109658afd5e078360b1d8f [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index ef1c5db..4165d97 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2063, +/**/ 2062, /**/ 2061,