]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2063: Vim9: only one level of indexing supported v8.2.2063
authorBram Moolenaar <Bram@vim.org>
Sat, 28 Nov 2020 17:52:33 +0000 (18:52 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 28 Nov 2020 17:52:33 +0000 (18:52 +0100)
commitdc234caff22131bdc1ff9ea50d67e11843d0d73e
tree489e211b194341e53c0ed3a99ad184376977b914
parent4a44120e3dc1d40dd7109658afd5e078360b1d8f
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.
src/errors.h
src/testdir/test_vim9_assign.vim
src/version.c
src/vim9compile.c