commit | 9cb03716c963338f9a98d2ebc7aa3ac8b9c1eea6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 20 22:43:02 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 20 22:43:02 2017 +0200 |
tree | bbbe18b1296f1ffe5a00c4063de36688dc6a7dda | |
parent | 2e6ab18729a634f3223a92be318e98e87b572a7b [diff] [blame] |
patch 8.0.1130: the qf_jump() function is still too long Problem: The qf_jump() function is still too long. Solution: Split of parts to separate functions. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 8411fb0..84dd7e7 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1130, +/**/ 1129, /**/ 1128,