1
0
forked from aniani/vim

patch 9.0.0455: a few problems with 'splitscroll'

Problem:    A few problems with 'splitscroll'.
Solution:   Fix 'splitscroll' problems. (Luuk van Baal, closes #11117)
This commit is contained in:
Luuk van Baal
2022-09-13 11:55:10 +01:00
committed by Bram Moolenaar
parent 810cb5a3bf
commit 5ed391708a
5 changed files with 28 additions and 15 deletions

View File

@@ -436,6 +436,7 @@ ex_menu(
--curwin->w_height;
curwin->w_winbar_height = h;
}
curwin->w_prev_height = curwin->w_height;
}
theend: