]> granicus.if.org Git - vim/commit
patch 8.2.2941: Vim9: using does not handle a list of strings v8.2.2941
authorBram Moolenaar <Bram@vim.org>
Sat, 5 Jun 2021 15:10:55 +0000 (17:10 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 5 Jun 2021 15:10:55 +0000 (17:10 +0200)
commitb288ba9f1dd29ba34f236e3099f779d5ab130227
tree1c4d28ae2700cf85fd3535e67bdcc285d5741eab
parent4f2417ffeedbb687a59a36547e8143724a86bb31
patch 8.2.2941: Vim9: using  does not handle a list of strings

Problem:    Vim9: using  does not handle a list of strings.
Solution:   Convert a list to a string and escape each item. (closes #8310)
src/testdir/test_vim9_cmd.vim
src/version.c
src/vim9execute.c