diff options
| author | lonerover <pathfinder1644@yahoo.com> | 2017-03-21 21:36:31 +0800 |
|---|---|---|
| committer | lonerover <pathfinder1644@yahoo.com> | 2017-03-21 21:37:52 +0800 |
| commit | 7418adc14375161b504e78c77c5c4e532016902c (patch) | |
| tree | 61998f62ba15b9aa29da7c053bdbf67c6809ea1a /src/nvim/testdir | |
| parent | 2611ba8abb19a3b1f910d4c29eed5039a819e712 (diff) | |
| download | rneovim-7418adc14375161b504e78c77c5c4e532016902c.tar.gz rneovim-7418adc14375161b504e78c77c5c4e532016902c.tar.bz2 rneovim-7418adc14375161b504e78c77c5c4e532016902c.zip | |
move.c: add cursor adjustment for scrolloff (#6319)
Diffstat (limited to 'src/nvim/testdir')
| -rw-r--r-- | src/nvim/testdir/test_normal.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_normal.vim b/src/nvim/testdir/test_normal.vim index 29a7c1edd8..a22dca35cc 100644 --- a/src/nvim/testdir/test_normal.vim +++ b/src/nvim/testdir/test_normal.vim @@ -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>" |