diff options
| author | bfredl <bjorn.linse@gmail.com> | 2022-03-17 20:16:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-17 20:16:39 +0100 |
| commit | 3c7e937a892308498ba23ce5c0959e51fbf28911 (patch) | |
| tree | 79ae25f12d9f8c50690250c07f2c04cf3687166a /src/nvim/testdir | |
| parent | d238b8f6003d34cae7f65ff7585b48a2cd9449fb (diff) | |
| parent | 5ab122917474b3f9e88be4ee88bc6d627980cfe0 (diff) | |
| download | rneovim-3c7e937a892308498ba23ce5c0959e51fbf28911.tar.gz rneovim-3c7e937a892308498ba23ce5c0959e51fbf28911.tar.bz2 rneovim-3c7e937a892308498ba23ce5c0959e51fbf28911.zip | |
Merge pull request #17266 from famiu/feat/ui/global-statusline
feat(statusline): add global statusline
Diffstat (limited to 'src/nvim/testdir')
| -rw-r--r-- | src/nvim/testdir/test_highlight.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/testdir/test_highlight.vim b/src/nvim/testdir/test_highlight.vim index 6971ecd357..aa7b3a225b 100644 --- a/src/nvim/testdir/test_highlight.vim +++ b/src/nvim/testdir/test_highlight.vim @@ -146,7 +146,7 @@ func Test_highlight_eol_with_cursorline_vertsplit() " 'abcd |abcd ' " ^^^^ ^^^^^^^^^ no highlight " ^ 'Search' highlight - " ^ 'VertSplit' highlight + " ^ 'WinSeparator' highlight let attrs0 = ScreenAttrs(1, 15)[0] call assert_equal(repeat([attrs0[0]], 4), attrs0[0:3]) call assert_equal(repeat([attrs0[0]], 9), attrs0[6:14]) @@ -160,7 +160,7 @@ func Test_highlight_eol_with_cursorline_vertsplit() " 'abcd |abcd ' " ^^^^ underline " ^ 'Search' highlight with underline - " ^ 'VertSplit' highlight + " ^ 'WinSeparator' highlight " ^^^^^^^^^ no highlight " underline |