commit | f9ae154c512683ea7b933f870b0268232fd7ad38 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 18 22:02:16 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 18 22:02:16 2019 +0100 |
tree | cc097b3542a2b55896c6b3af771dc40b31c0c9b2 | |
parent | 07a63d86338476bafbd1a3ec462672df92666498 [diff] [blame] |
patch 8.1.2320: insufficient test coverage for quickfix Problem: Insufficient test coverage for quickfix. Solution: Add more tests. Fix uncovered problem. (Yegappan Lakshmanan, closes #5238)
diff --git a/src/version.c b/src/version.c index bbc74f3..e1ffa9e 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2320, +/**/ 2319, /**/ 2318,