commit | 4889ad7c6cd46368f553cc1140ca17508e8beaaa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 21 18:02:41 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 21 18:02:41 2017 +0100 |
tree | 1f56aedff57d4f7ee7ce81a85f49179286047d82 | |
parent | c6aafbaf3ea755e3ab4ee2e3045911126a08b038 [diff] [blame] |
patch 8.0.0500: quotestar test is still a bit flaky Problem: Quotestar test is still a bit flaky. Solution: Add a slower check for v:version.
diff --git a/src/version.c b/src/version.c index 3b651cc..c3a4779 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 500, +/**/ 499, /**/ 498,