commit | 98da6ecab905df48a67da36ce60233f45726c979 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 13 22:15:46 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 13 22:15:46 2018 +0200 |
tree | f6c377a44a041db152c2dfce49c58b49f720df61 | |
parent | b59118d5012a6a07e2d54504fbb04837b5a1208c [diff] [blame] |
patch 8.0.1707: when 'wfh' is set ":bel 10new" scrolls window Problem: When 'wfh' is set ":bel 10new" scrolls window. (Andrew Pyatkov) Solution: Set the fraction before changing the window height. (closes #2798)
diff --git a/src/version.c b/src/version.c index 4cba818..5facbc5 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1707, +/**/ 1706, /**/ 1705,