mirror of
https://github.com/neovim/neovim.git
synced 2026-03-16 22:07:26 +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>