diff src/version.c @ 11523:aad2c2ca0774 v8.0.0644

patch 8.0.0644: the timeout for 'hlsearch' is not tested commit https://github.com/vim/vim/commit/5b1affefd0e96154517ec6f71300086ae6d22d24 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 17 19:13:49 2017 +0200 patch 8.0.0644: the timeout for 'hlsearch' is not tested Problem: There is no test for 'hlsearch' timing out. Solution: Add a test.
author Christian Brabandt <cb@256bit.org>
date Sat, 17 Jun 2017 19:15:03 +0200
parents 578df034735d
children 14b6b79d685b
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    644,
+/**/
     643,
 /**/
     642,