mirror of
https://github.com/vim/vim.git
synced 2025-11-14 23:04:02 -05:00
patch 9.0.0505: various problems with 'nosplitscroll'
Problem: Various problems with 'nosplitscroll'. Solution: Fix 'nosplitscroll' problems. (Luuk van Baal, closes #11166)
This commit is contained in:
committed by
Bram Moolenaar
parent
c9e4a6f191
commit
faf1d412f5
@@ -991,7 +991,7 @@ curs_columns(
|
||||
/*
|
||||
* First make sure that w_topline is valid (after moving the cursor).
|
||||
*/
|
||||
if (p_spsc)
|
||||
if (!skip_update_topline)
|
||||
update_topline();
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user