commit | ef6b8de42f439271edcf5cf22b2450f2cf302c2e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 14 13:57:37 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 14 13:57:37 2017 +0200 |
tree | 371c8c76854094797e9dedbaa7b31b2ce789cd65 | |
parent | 478e3a78c37de214aadf7399fac77227b7316f40 [diff] [blame] |
patch 8.0.1104: the qf_jump() function is too long Problem: The qf_jump() function is too long. Solution: Split of parts to separate functions. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index f0d745b..f22546c 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1104, +/**/ 1103, /**/ 1102,