commit | 87f59b09ea4b9af2712598374a6044f5fa1b54a4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 04 14:04:11 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 04 14:04:11 2019 +0200 |
tree | 9468c75fc443c79b83f42214ab46f86ff085489e | |
parent | fda1bff39f89775b20a2d88ef3903656d52f66ad [diff] [blame] |
patch 8.1.1112: duplicate code in quickfix file Problem: Duplicate code in quickfix file. Solution: Move code into functions. (Yegappan Lakshmanan, closes #4207)
diff --git a/src/version.c b/src/version.c index 9c237e5..2215409 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1112, +/**/ 1111, /**/ 1110,