commit | 15a7bdcb77faabbd3a9a889957f810da2bcda13e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 29 22:06:47 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 29 22:06:47 2019 +0100 |
tree | 81691993999929b25419d97c7bb03b34e85082c4 | |
parent | 0387cae15ccdb8136381534a1f2c96b222346432 [diff] [blame] |
patch 8.1.2360: quickfix test coverage can still be improved Problem: Quickfix test coverage can still be improved. Solution: Add more test cases. (Yegappan Lakshmanan, closes #5276)
diff --git a/src/version.c b/src/version.c index 04808b0..ad9f3ad 100644 --- a/src/version.c +++ b/src/version.c
@@ -738,6 +738,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2360, +/**/ 2359, /**/ 2358,