commit | 6c9ba0428041d5316871245be38c13faa0107026 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 01 16:09:41 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 01 16:09:41 2020 +0200 |
tree | 98e9246ce0516f0eb54b6893ce8398d4db42baf3 | |
parent | d14fd5285e491a39028c4b4722ddbe7c9dfa9bb2 [diff] [blame] |
patch 8.2.0875: getting attributes for directory entries is slow Problem: Getting attributes for directory entries is slow. Solution: Add readdirex(). (Ken Takata, closes #5619)
diff --git a/src/version.c b/src/version.c index 6610252..8772e75 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 875, +/**/ 874, /**/ 873,