commit | 049cba9e9760152b5695399a991dc61cea9ba143 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 26 14:38:04 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 26 14:38:04 2016 +0200 |
tree | fa5fda5f74e262da4bf4c7821dc2aad4b9363d3d | |
parent | b12e7ef956e0b0344778b7ef93d41f4b4ed2a670 [diff] [blame] |
patch 7.4.1953 Problem: Not all parts of the quickfix code are tested. Solution: Add more tests. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 320247c..c0e170c 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1953, +/**/ 1952, /**/ 1951,