mirror of
https://github.com/neovim/neovim.git
synced 2026-01-09 21:09:47 +10:00
Problem: Vim9: in script cannot set item in uninitialized list.
Solution: When a list is NULL allocate an empty one. (closes vim/vim#8461)
e65081d1b5
Co-authored-by: Bram Moolenaar <Bram@vim.org>