patch 8.2.3401: Vim9: cannot use negative count with finddir() and findfile()

Problem:    Vim9: cannot use a negative count with finddir() and findfile().
Solution:   Adjust the return type. (closes #8776)
This commit is contained in:
Bram Moolenaar
2021-09-04 14:49:56 +02:00
parent 7f2dd1e90c
commit 10c83dde55
3 changed files with 18 additions and 2 deletions

View File

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