diff options
author | Marco Hinz <mh.codebro@gmail.com> | 2015-04-08 13:34:27 +0200 |
---|---|---|
committer | Marco Hinz <mh.codebro@gmail.com> | 2015-04-09 16:38:32 +0200 |
commit | cd7b910e8144dcc6092c7b1e1bfdc3193fdd643b (patch) | |
tree | 0a40a1766194763d035e7afdfd74a172349e0d08 /runtime/doc/syntax.txt | |
parent | bae1da3f74ec91b8a79c764aa0277d96c932b2aa (diff) | |
download | rneovim-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 'runtime/doc/syntax.txt')
-rw-r--r-- | runtime/doc/syntax.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 19289dafec..67e8c177f3 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -4763,6 +4763,10 @@ DiffText diff mode: Changed text within a changed line |diff.txt| {Nvim} *hl-EndOfBuffer* EndOfBuffer filler lines (~) after the end of the buffer. By default, this is highlighted like |hl-NonText|. + {Nvim} *hl-TermCursor* +TermCursor cursor in a focused terminal + {Nvim} *hl-TermCursorNC* +TermCursorNC cursor in an unfocused terminal *hl-ErrorMsg* ErrorMsg error messages on the command line *hl-VertSplit* |