1
0
forked from aniani/vim

patch 8.2.1763: Vim9: cannot use "true" for popup window scrollbar option

Problem:    Vim9: cannot use "true" for popup window scrollbar option.
Solution:   use dict_get_bool(). (closes #7029)
This commit is contained in:
Bram Moolenaar
2020-09-27 21:16:45 +02:00
parent d0e1b7103c
commit 6c542f77eb
3 changed files with 21 additions and 15 deletions

View File

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