commit | 6dae96ef7ad56191c13c4993f04cbfd450d91ad2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 24 21:50:12 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 24 21:50:12 2018 +0200 |
tree | 0d2f081780dd42ca552311347de2edf5a5c51ced | |
parent | d339828b4b0dde662dc9ce65baf1cc098aec402c [diff] [blame] |
patch 8.1.0431: the qf_jump() function is too long Problem: The qf_jump() function is too long. Solution: Refactor to split it into several functions. (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 7ca18bc..1d3dc43 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 431, +/**/ 430, /**/ 429,