commit | e0d3797664c59afc9705808f86a7cf00fd6d874d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 15 22:36:01 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 15 22:36:01 2016 +0200 |
tree | e9a22f770f352a05c33df22ec257a32cd7fdbc7c | |
parent | 5ef2e762844e0eb1f5b213bd58e6bc38bdb69dac [diff] [blame] |
patch 7.4.2046 Problem: The qf_init_ext() function is too big. Solution: Refactor it. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index cd80197..8b05a3d 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2046, +/**/ 2045, /**/ 2044,