1
0
forked from aniani/vim

patch 8.2.1475: Vim9: can't use v:true for option flags

Problem:    Vim9: can't use v:true for option flags.
Solution:   Add tv_get_bool_chk(). (closes #6725)
This commit is contained in:
Bram Moolenaar
2020-08-17 21:41:02 +02:00
parent 624b6eaf20
commit 36967b32fd
4 changed files with 46 additions and 26 deletions

View File

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