commit | 543c9b1921d7605498b54afdef518e312f1b4515 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 05 22:50:40 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 05 22:50:40 2019 +0200 |
tree | 698a18418c2db2f58dd124b732ec0c193373e307 | |
parent | 577fadfc100ff8fa569a34b89f5ad055ad726646 [diff] [blame] |
patch 8.1.1120: cannot easily get directory entry matches Problem: Cannot easily get directory entry matches. Solution: Add the readdir() function. (Yasuhiro Matsumoto, closes #2439)
diff --git a/src/version.c b/src/version.c index 40d802a..b3d7abc 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1120, +/**/ 1119, /**/ 1118,