commit | a2f28859bfb3fa52bde14c9d2ca3ab7196a9154a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 01 22:05:28 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 01 22:05:28 2017 +0100 |
tree | bfca3c661c80e4b4091dda3fad84b37715f2cf0b | |
parent | 23fa81d2223cd9bb7c51829c48047b2976bc2d11 [diff] [blame] |
patch 8.0.0292: the stat test is a bit slow Problem: The stat test is a bit slow. Solution: Remove a couple of sleep comments and reduce another.
diff --git a/src/version.c b/src/version.c index 3316a0a..1d83da4 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 292, +/**/ 291, /**/ 290,