mirror of
https://github.com/neovim/neovim.git
synced 2026-02-07 04:52:04 +10: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>