1
0
forked from aniani/vim

patch 8.2.1624: Vim9: cannot pass "true" to split(), str2nr() and strchars()

Problem:    Vim9: cannot pass "true" to split(), str2nr() and strchars().
Solution:   Use tv_get_bool_chk(). (closes #6884, closes #6885, closes #6886)
This commit is contained in:
Bram Moolenaar
2020-09-06 16:09:04 +02:00
parent d2c617055a
commit 3986b94b09
3 changed files with 18 additions and 4 deletions

View File

@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1624,
/**/
1623,
/**/