commit | 391b1dd040af204b150d43c5a1c97477ee450a28 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 04 13:47:11 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 04 13:47:11 2017 +0100 |
tree | 4a8280e8c2257671caf8201a7edd1ff407c92ce2 | |
parent | 24d7636e98b33ec6873c51fc72f6bf4b10188d8b [diff] [blame] |
patch 8.0.0404: not enough testing for quickfix Problem: Not enough testing for quickfix. Solution: Add some more tests. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index bef8df2..71d22de 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 404, +/**/ 403, /**/ 402,