1
0
forked from aniani/vim

patch 8.2.1571: Vim9: count() third argument cannot be "true"

Problem:    Vim9: count() third argument cannot be "true".
Solution:   use tv_get_bool_chk(). (closes #6818)
This commit is contained in:
Bram Moolenaar
2020-09-02 21:31:22 +02:00
parent 9d8bfae50f
commit 119f557230
4 changed files with 8 additions and 2 deletions

View File

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