aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/051_highlight_spec.lua
diff options
context:
space:
mode:
authorMarco Hinz <mh.codebro@gmail.com>2015-04-08 13:34:27 +0200
committerMarco Hinz <mh.codebro@gmail.com>2015-04-09 16:38:32 +0200
commitcd7b910e8144dcc6092c7b1e1bfdc3193fdd643b (patch)
tree0a40a1766194763d035e7afdfd74a172349e0d08 /test/functional/legacy/051_highlight_spec.lua
parentbae1da3f74ec91b8a79c764aa0277d96c932b2aa (diff)
downloadrneovim-cd7b910e8144dcc6092c7b1e1bfdc3193fdd643b.tar.gz
rneovim-cd7b910e8144dcc6092c7b1e1bfdc3193fdd643b.tar.bz2
rneovim-cd7b910e8144dcc6092c7b1e1bfdc3193fdd643b.zip
Add new highlight groups TermCursor/TermCursorNC
These highlight groups replace the old mechanism of setting: - {g,b}:terminal_focused_cursor_highlight - {g,b}:terminal_unfocused_cursor_highlight
Diffstat (limited to 'test/functional/legacy/051_highlight_spec.lua')
-rw-r--r--test/functional/legacy/051_highlight_spec.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/functional/legacy/051_highlight_spec.lua b/test/functional/legacy/051_highlight_spec.lua
index 3d0375312d..620df97aac 100644
--- a/test/functional/legacy/051_highlight_spec.lua
+++ b/test/functional/legacy/051_highlight_spec.lua
@@ -24,10 +24,10 @@ describe(':highlight', function()
guifg=Blue |
EndOfBuffer xxx links to NonText|
|
+ TermCursor xxx cterm=reverse |
+ gui=reverse |
+ TermCursorNC xxx cleared |
NonText xxx ctermfg=12 |
- gui=bold |
- guifg=Blue |
- Directory xxx ctermfg=4 |
-- More --^ |
]])
feed('q')