commit | 791010e648a68490440e202222938c8a93b9d0d3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 24 17:42:28 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 24 17:42:28 2018 +0100 |
tree | a70dc70a2e9cb23a7049cbb9789b9126a8e8c627 | |
parent | 6acadda8d60892ddf06449f1cc4286912b0c0c2b [diff] [blame] |
patch 8.0.1536: quotestar test is flaky when using the GUI Problem: Quotestar test is flaky when using the GUI. Solution: Add check that the star register arrived at the server. Increase timeouts.
diff --git a/src/version.c b/src/version.c index 5d8eb5a..b2a2e8f 100644 --- a/src/version.c +++ b/src/version.c
@@ -779,6 +779,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1536, +/**/ 1535, /**/ 1534,