diff src/version.c @ 11498:370e833dcd4d v8.0.0632

patch 8.0.0632: the quotestar test is still a bit flaky commit https://github.com/vim/vim/commit/1c13c0fe3e7b15750464ffbc39a4648aa5c639be Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 10 16:30:32 2017 +0200 patch 8.0.0632: the quotestar test is still a bit flaky Problem: The quotestar test is still a bit flaky. Solution: Kill any existing server to make the retry work. Wait for the register to be filled.
author Christian Brabandt <cb@256bit.org>
date Sat, 10 Jun 2017 16:45:03 +0200
parents af0c969f7b3e
children f0d050a452c5
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 */
 /**/
+    632,
+/**/
     631,
 /**/
     630,