]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2796: Vim9: redir to variable does not accept an index v8.2.2796
authorBram Moolenaar <Bram@vim.org>
Wed, 21 Apr 2021 12:24:24 +0000 (14:24 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 21 Apr 2021 12:24:24 +0000 (14:24 +0200)
commit753bcf8c7d7cf7b9e1572a80cc513a67020814ac
tree5f5efad06ee0a97505aa04376d26c08d001b7759
parent169502fb0beb7eb21f72d6c4590483c069353b53
patch 8.2.2796: Vim9: redir to variable does not accept an index

Problem:    Vim9: redir to variable does not accept an index.
Solution:   Make the index work.
src/testdir/test_vim9_cmd.vim
src/version.c
src/vim9compile.c