commit | bfd830d3e2dbd1e9b14c65625f18773074e6ac67 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 19 21:01:14 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 19 21:01:14 2017 +0100 |
tree | e2ef8f99d796efca3df7486aa483728befb45d9f | |
parent | 38e3483637c16e018f88c07b1dcff97cdb821a29 [diff] [blame] |
patch 8.0.0491: quotestar test fails when features are missing Problem: The quotestar test fails when a required feature is missing. Solution: Prepend "Skipped" to the thrown exception.
diff --git a/src/version.c b/src/version.c index e009e8e..50b7c4a 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 491, +/**/ 490, /**/ 489,