0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

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

@@ -375,7 +375,6 @@ main
* Set the default values for the options that use Rows and Columns.
*/
ui_get_shellsize(); // inits Rows and Columns
win_init_size();
#ifdef FEAT_DIFF
// Set the 'diff' option now, so that it can be checked for in a .vimrc
// file. There is no buffer yet though.
@@ -542,6 +541,7 @@ vim_main2(void)
mch_exit(1);
}
#endif
win_init_size();
#ifdef FEAT_VIMINFO
/*