commit | 95946f1209ad088bfe55c83256c299156c11d8e0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 31 15:31:59 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 31 15:31:59 2019 +0200 |
tree | 022e23e3e0e20c0da1fa6a95d2ae8333553d8177 | |
parent | 4fc8e2f8bb3eb42df0f72cfcc1f8f8e567e7ce4f [diff] [blame] |
patch 8.1.1098: quickfix code duplication Problem: Quickfix code duplication. Solution: Refactor the qf_init_ext() function. (Yegappan Lakshmanan, closes #4193)
diff --git a/src/version.c b/src/version.c index 846b816..c82a153 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1098, +/**/ 1097, /**/ 1096,