]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.0269: Vim9: operator after list index does not work v8.2.0269
authorBram Moolenaar <Bram@vim.org>
Mon, 17 Feb 2020 20:12:08 +0000 (21:12 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 17 Feb 2020 20:12:08 +0000 (21:12 +0100)
commitb13af50f73dd89503c915f76fcf92be58789521a
tree96f5ae568b5d9aaeaf9c9621f681e769c1b99c5e
parent40d9da2a4395025169ebaf53a63618adfa737e96
patch 8.2.0269: Vim9: operator after list index does not work

Problem:    Vim9: operator after list index does not work. (Yasuhiro
            Matsumoto)
Solution:   After indexing a list change the type to the list member type.
            (closes #5651)
src/testdir/test_vim9_expr.vim
src/version.c
src/vim9compile.c