mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
move.c: add cursor adjustment for scrolloff (#6319)
This commit is contained in:
parent
2611ba8abb
commit
7418adc143
@ -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>"
|
||||
|
Loading…
Reference in New Issue
Block a user