]> granicus.if.org Git - vim/commit
patch 8.2.2798: Vim9: redir to variable with append does not accept an index v8.2.2798
authorBram Moolenaar <Bram@vim.org>
Wed, 21 Apr 2021 14:00:10 +0000 (16:00 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 21 Apr 2021 14:00:10 +0000 (16:00 +0200)
commita369c3d9c1217cd932bc3d1751a8cff1f5aef1e4
treeff7aea5fa5c0882b688d4a6ee070849606b659a8
parent2d5f385cee3668c44089edcb9d60b0b5d751ee5d
patch 8.2.2798: Vim9: redir to variable with append does not accept an index

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