diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2019-12-19 12:25:25 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-19 12:25:25 -0800 |
| commit | 486ddb6eb706575e3af35c4db5b0d3fbe2095545 (patch) | |
| tree | 3a861449ac595e4bf192472d80a2834732d312ef /src/nvim/testdir/test_cursor_func.vim | |
| parent | 1bfccf028673173dd9958930e165e595f36e4601 (diff) | |
| parent | 35813c62ed94ba86cb3448165160a6e0f7ef47f5 (diff) | |
| download | rneovim-486ddb6eb706575e3af35c4db5b0d3fbe2095545.tar.gz rneovim-486ddb6eb706575e3af35c4db5b0d3fbe2095545.tar.bz2 rneovim-486ddb6eb706575e3af35c4db5b0d3fbe2095545.zip | |
Merge #11572 from janlazo/vim-8.2.0015
vim-patch:8.2.{15,18}
Diffstat (limited to 'src/nvim/testdir/test_cursor_func.vim')
| -rw-r--r-- | src/nvim/testdir/test_cursor_func.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_cursor_func.vim b/src/nvim/testdir/test_cursor_func.vim index 037918fa31..e8e561dfd8 100644 --- a/src/nvim/testdir/test_cursor_func.vim +++ b/src/nvim/testdir/test_cursor_func.vim @@ -66,6 +66,7 @@ func Test_curswant_with_cursorline() endfunc func Test_screenpos() + throw 'skipped: TODO: ' rightbelow new rightbelow 20vsplit call setline(1, ["\tsome text", "long wrapping line here", "next line"]) |