commit | 6053f2d29a979ffed1fe01b0a2f28e23750530e9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 21 16:56:38 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 21 16:56:38 2018 +0200 |
tree | 76b994af2a2a80febc2169c2ef23afb4b1695aa6 | |
parent | 4f7fd56b423245786f223a370c6fbfc12e3f37eb [diff] [blame] |
patch 8.1.0014: qf_init_ext() is too long Problem: qf_init_ext() is too long. Solution: Split it into multiple functions. (Yegappan Lakshmanan, closes #2939)
diff --git a/src/version.c b/src/version.c index 2b97cb6..41973d7 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 14, +/**/ 13, /**/ 12,