]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1731: Vim9: cannot use += to append to empty NULL list v8.2.1731
authorBram Moolenaar <Bram@vim.org>
Wed, 23 Sep 2020 13:56:50 +0000 (15:56 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 23 Sep 2020 13:56:50 +0000 (15:56 +0200)
commit81ed4960482f8baabdd7f95b4d5e39744be88ae7
tree53339c1c9e90871169f6da1b8efb3eda6da691df
parent04bdd573d0a48e789eb92ed2a81e0dd732761391
patch 8.2.1731: Vim9: cannot use += to append to empty NULL list

Problem:    Vim9: cannot use += to append to empty NULL list.
Solution:   Copy the list instead of extending it. (closes #6998)
src/eval.c
src/testdir/test_vim9_assign.vim
src/version.c