mirror of
https://github.com/neovim/neovim.git
synced 2026-06-20 02:22:37 +00:00
Problem: Vim9: concatenating to a NULL list doesn't work.
Solution: Handle a NULL list like an empty list. (closes vim/vim#7064)
1a73923705
Co-authored-by: Bram Moolenaar <Bram@vim.org>