1
0
forked from aniani/vim

patch 8.2.1478: Vim9: cannot use "true" for some popup options

Problem:    Vim9: cannot use "true" for some popup options.
Solution:   Add dict_get_bool(). (closes #6725)
This commit is contained in:
Bram Moolenaar
2020-08-18 13:04:15 +02:00
parent f39397e515
commit 558813314d
4 changed files with 33 additions and 21 deletions

View File

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