]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2317: Vim9: command modifier before list unpack doesn't work v8.2.2317
authorBram Moolenaar <Bram@vim.org>
Sat, 9 Jan 2021 11:09:22 +0000 (12:09 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 9 Jan 2021 11:09:22 +0000 (12:09 +0100)
commit9e0f883f89c915e08ef5fd9e6bf382af57fa9eb2
treeb83d962e5fb03abc623b4993afd3f4aae8a95fe4
parentb657198cb30765468451d7f68fce49b5b4000c5d
patch 8.2.2317: Vim9: command modifier before list unpack doesn't work

Problem:    Vim9: command modifier before list unpack doesn't work.
Solution:   Only recognize "[" directly after the name. (closes #7641)
src/ex_docmd.c
src/testdir/test_vim9_assign.vim
src/version.c