1
0
forked from aniani/vim

patch 9.0.0126: expanding file names fails in dir with more than 255 entries

Problem:    Expanding file names fails in directory with more than 255
            entries.
Solution:   Use an int instead of char_u to count. (John Drouhard,
            closes #10818)
This commit is contained in:
John Drouhard
2022-08-01 11:38:17 +01:00
committed by Bram Moolenaar
parent 84b247fab7
commit 95fca12b0e
3 changed files with 27 additions and 2 deletions

View File

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