commit | 3f347e4716c44cf6458be407e712e3d708d82580 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 09 21:19:20 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 09 21:19:20 2018 +0200 |
tree | 7db691b28433b1f4211f4b0e942c196ffc027e30 | |
parent | af559d2c9f44bc88a7d94f9236b3c024563a8e73 [diff] [blame] |
patch 8.1.0259: no test for fixed quickfix issue Problem: No test for fixed quickfix issue. Solution: Add a test. Clean up the code a bit. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 4f31d66..dadb978 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 259, +/**/ 258, /**/ 257,