commit | 7a2b0e55e9460493c4a949bda8be70950dbb8f85 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 10 18:55:28 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 10 18:55:28 2018 +0200 |
tree | 87cafced38b52773a0b838ff118683b35bc43dcc | |
parent | 72cf47a279f7261abf4ae6c9c3ee54024ee87a12 [diff] [blame] |
patch 8.0.1812: the qf_jump_to_usable_window() function is too long Problem: The qf_jump_to_usable_window() function is too long. Solution: Split it in parts. (Yegappan Lakshmanan, closes #2891)
diff --git a/src/version.c b/src/version.c index d8819ae..a2644f1 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1812, +/**/ 1811, /**/ 1810,