mirror of
https://github.com/neovim/neovim.git
synced 2026-08-22 07:11:12 +00:00
Problem: Vim9: cannot use += to append to empty NULL list.
Solution: Copy the list instead of extending it. (closes vim/vim#6998)
81ed496048
Co-authored-by: Bram Moolenaar <Bram@vim.org>