diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2021-09-10 08:43:45 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-10 08:43:45 -0700 |
| commit | 7525052270c4c5e62b9b5bc7dbc20b851f986900 (patch) | |
| tree | 2e29d778af83871bed859d1301ecdd1bb09979cb /src/nvim/testdir/test_highlight.vim | |
| parent | 0dcfd0e8d101389fb6a33a7e887114ea0c062648 (diff) | |
| parent | 36aff87ab6a043a31c13daf4522843498b98c93f (diff) | |
| download | rneovim-7525052270c4c5e62b9b5bc7dbc20b851f986900.tar.gz rneovim-7525052270c4c5e62b9b5bc7dbc20b851f986900.tar.bz2 rneovim-7525052270c4c5e62b9b5bc7dbc20b851f986900.zip | |
Merge #15626 vim-patch:8.1.{2281,2283},8.2.{2903,3391,3397}
Diffstat (limited to 'src/nvim/testdir/test_highlight.vim')
| -rw-r--r-- | src/nvim/testdir/test_highlight.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_highlight.vim b/src/nvim/testdir/test_highlight.vim index 24c9c3580e..6fd9477ce9 100644 --- a/src/nvim/testdir/test_highlight.vim +++ b/src/nvim/testdir/test_highlight.vim @@ -426,6 +426,7 @@ func Test_highlight_eol_with_cursorline_breakindent() let [hiCursorLine, hi_ul, hi_bg] = HiCursorLine() call NewWindow('topleft 5', 10) + set showbreak=xxx setlocal breakindent breakindentopt=min:0,shift:1 showbreak=> call setline(1, ' ' . repeat('a', 9) . 'bcd') call matchadd('Search', '\n') @@ -483,6 +484,7 @@ func Test_highlight_eol_with_cursorline_breakindent() call CloseWindow() set showbreak= + setlocal showbreak= exe hiCursorLine endfunc |