diff options
| author | James McCoy <jamessan@jamessan.com> | 2017-03-21 10:12:02 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-21 10:12:02 -0400 |
| commit | 5657bb9ea6dfdf799f4d46d8e9022bd7382765e7 (patch) | |
| tree | 61998f62ba15b9aa29da7c053bdbf67c6809ea1a /src/nvim/testdir | |
| parent | 2611ba8abb19a3b1f910d4c29eed5039a819e712 (diff) | |
| parent | 7418adc14375161b504e78c77c5c4e532016902c (diff) | |
| download | rneovim-5657bb9ea6dfdf799f4d46d8e9022bd7382765e7.tar.gz rneovim-5657bb9ea6dfdf799f4d46d8e9022bd7382765e7.tar.bz2 rneovim-5657bb9ea6dfdf799f4d46d8e9022bd7382765e7.zip | |
Merge pull request #6327 from lonerover/issue-#6319
[RFC] fix the behavior of CTRL-F with '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>" |