commit | 95fca12b0e8a351ce4416417323db24c63eb940a | [log] [tgz] |
---|---|---|
author | John Drouhard <john@drouhard.dev> | Mon Aug 01 11:38:17 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 01 11:38:17 2022 +0100 |
tree | 5458560bbf1fa58bd52f89d47db65c4f6e2a2691 | |
parent | 84b247fab70e9b76539c2a0e24556e7c66126974 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 4d45122..3dfd3d9 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 126, +/**/ 125, /**/ 124,