mirror of
https://github.com/neovim/neovim.git
synced 2026-05-15 09:47:20 +00:00
Problem: Vim9: no type check when assigning a list range. (Naohiro Ono)
Solution: Check the member type. (closes vim/vim#8750)
89071cb6a1
Co-authored-by: Bram Moolenaar <Bram@vim.org>