1
0
forked from aniani/vim

patch 8.2.1602: Vim9: cannot use 'true" with getbufinfo()

Problem:    Vim9: cannot use 'true" with getbufinfo().
Solution:   Use dict_get_bool(). (closes #6873)
This commit is contained in:
Bram Moolenaar
2020-09-05 17:37:07 +02:00
parent 2df4731042
commit 036c2cf719
3 changed files with 14 additions and 15 deletions

View File

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