]> granicus.if.org Git - vim/commit
patch 8.2.3266: Vim9: assignment with two indexes may check next line v8.2.3266
authorBram Moolenaar <Bram@vim.org>
Sun, 1 Aug 2021 11:17:17 +0000 (13:17 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 1 Aug 2021 11:17:17 +0000 (13:17 +0200)
commite97976baa7a74fbbe0cfecd1943fe1c5f9dfba4f
treeab5dd99bb09aa67e9dc559d201c114e5059bdbab
parent78ba933d18439ff1a02f6be4c571e73ddceb3cd4
patch 8.2.3266: Vim9: assignment with two indexes may check next line

Problem:    Vim9: assignment with two indexes may check next line.
Solution:   Limit the number of lines to avoid checking the next line when
            assiging to a LHS subscript. (closes #8660)
src/testdir/test_vim9_assign.vim
src/version.c
src/vim9compile.c