commit | 5b1affefd0e96154517ec6f71300086ae6d22d24 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 17 19:13:49 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 17 19:13:49 2017 +0200 |
tree | 7f6a7c6fb32fa4957472d2d7f238d2310d0c4ee2 | |
parent | fbd0b0af6800f6ff89857863d6a07ea03f09ff6c [diff] [blame] |
patch 8.0.0644: the timeout for 'hlsearch' is not tested Problem: There is no test for 'hlsearch' timing out. Solution: Add a test.
diff --git a/src/version.c b/src/version.c index 268d4d7..24bb820 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 644, +/**/ 643, /**/ 642,