1
0
forked from aniani/vim

patch 8.2.1486: Vim9: readdir() expression doesn't accept bool

Problem:    Vim9: readdir() expression doesn't accept bool.
Solution:   Merge with code for readdirex(). (closes #6737)
This commit is contained in:
Bram Moolenaar
2020-08-19 16:00:06 +02:00
parent af8822ce08
commit f8abbf37d6
3 changed files with 41 additions and 37 deletions

View File

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