commit | 13deab8d08145c1f6e2a3e82cb547bc7f87a3686 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 04 18:48:43 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 04 18:48:43 2017 +0100 |
tree | 6d05a3eb7947f41e80d8cc4f6844ffd3ba58ddef | |
parent | 52a2f0f1da4e554a81beb45211a9d09afffde595 [diff] [blame] |
patch 8.0.1259: search test can be flaky Problem: Search test can be flaky. Solution: Use WaitFor() instead of a delay. Make it possible to pass a funcref to WaitFor() to avoid the need for global variables. (James McCoy, closes #2282)
diff --git a/src/version.c b/src/version.c index f28132c..e31f17b 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1259, +/**/ 1258, /**/ 1257,