commit | 0946326580e6f034fe2c88d041407ea0fde980ab | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 17 20:55:06 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 17 20:55:06 2017 +0200 |
tree | d3a101a309a7941f2fc6e115ff2c32f17dc7028b | |
parent | 1ef9bbe215e13a273e74fccaddd8fc5a42c76b6e [diff] [blame] |
patch 8.0.0646: the hlsearch test fails on fast systems Problem: The hlsearch test fails on fast systems. Solution: Make the search pattern slower. Fix that the old regexp engine doesn't timeout properly.
diff --git a/src/version.c b/src/version.c index 2c3c45a..4683ba4 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 646, +/**/ 645, /**/ 644,