commit | 1c13c0fe3e7b15750464ffbc39a4648aa5c639be | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 10 16:30:32 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 10 16:30:32 2017 +0200 |
tree | f12db144aa524b2bf461a2a50eec5c90de66b1cc | |
parent | fa4161cb0c266378012d3fde0eca56da8739528d [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 8f59546..3c7c967 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 632, +/**/ 631, /**/ 630,