mirror of
https://github.com/neovim/neovim.git
synced 2026-01-25 06:33:42 +10:00
Problem: Vim9: cannot pass "true" to split(), str2nr() and strchars().
Solution: Use tv_get_bool_chk(). (closes vim/vim#6884, closes vim/vim#6885, closes vim/vim#6886)
3986b94b09
Co-authored-by: Bram Moolenaar <Bram@vim.org>