commit | faf1d412f5e3665021500b528c0e7301eb02bf0b | [log] [tgz] |
---|---|---|
author | Luuk van Baal <luukvbaal@gmail.com> | Mon Sep 19 16:45:29 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 19 16:45:29 2022 +0100 |
tree | 353052c0b1c65f95ea4413856fb977d1d93d7f6c | |
parent | c9e4a6f1910dea250af69a3774bcf1fee7e7b8f5 [diff] [blame] |
patch 9.0.0505: various problems with 'nosplitscroll' Problem: Various problems with 'nosplitscroll'. Solution: Fix 'nosplitscroll' problems. (Luuk van Baal, closes #11166)
diff --git a/src/move.c b/src/move.c index 2ef7a9c..a51d2d1 100644 --- a/src/move.c +++ b/src/move.c
@@ -991,7 +991,7 @@ /* * First make sure that w_topline is valid (after moving the cursor). */ - if (p_spsc) + if (!skip_update_topline) update_topline(); /*