mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00
move.c: add cursor adjustment for scrolloff (#6319)
This commit is contained in:
@@ -1877,6 +1877,7 @@ int onepage(int dir, long count)
|
||||
}
|
||||
}
|
||||
foldAdjustCursor();
|
||||
cursor_correct();
|
||||
check_cursor_col();
|
||||
if (retval == OK) {
|
||||
beginline(BL_SOL | BL_FIX);
|
||||
|
@@ -433,7 +433,6 @@ func! Test_normal13_help()
|
||||
endfunc
|
||||
|
||||
func! Test_normal14_page()
|
||||
throw "skipped: Nvim regression: CTRL-F with 'scrolloff'"
|
||||
" basic test for Ctrl-F and Ctrl-B
|
||||
call Setup_NewWindow()
|
||||
exe "norm! \<c-f>"
|
||||
|
Reference in New Issue
Block a user