commit | 5ed391708a62b4ebaa84dd23e32a416e5c3383d9 | [log] [tgz] |
---|---|---|
author | Luuk van Baal <luukvbaal@gmail.com> | Tue Sep 13 11:55:10 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 13 11:55:10 2022 +0100 |
tree | 5ce6783463667a55db3ca42833b14293d5916def | |
parent | 810cb5a3bf73ff4b084f483aa87cd49c1111bfa9 [diff] [blame] |
patch 9.0.0455: a few problems with 'splitscroll' Problem: A few problems with 'splitscroll'. Solution: Fix 'splitscroll' problems. (Luuk van Baal, closes #11117)
diff --git a/src/menu.c b/src/menu.c index 6a93316..432fbe9 100644 --- a/src/menu.c +++ b/src/menu.c
@@ -436,6 +436,7 @@ --curwin->w_height; curwin->w_winbar_height = h; } + curwin->w_prev_height = curwin->w_height; } theend: