diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-06-29 19:27:50 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-07-18 13:38:06 +0200 |
commit | 1999919c3142f41821c74ccb9bd785948e26674c (patch) | |
tree | f99eb2506127a2867a28133728e511deac218b07 /runtime/doc/syntax.txt | |
parent | cd6e7e8cf302f7d2397c89a65a483f9cd543f9dd (diff) | |
download | rneovim-1999919c3142f41821c74ccb9bd785948e26674c.tar.gz rneovim-1999919c3142f41821c74ccb9bd785948e26674c.tar.bz2 rneovim-1999919c3142f41821c74ccb9bd785948e26674c.zip |
doc
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r-- | runtime/doc/syntax.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 83030bf713..094b280697 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -4845,9 +4845,10 @@ Cursor character under the cursor *hl-CursorIM* CursorIM like Cursor, but used when in IME mode |CursorIM| *hl-CursorColumn* -CursorColumn screen column at the cursor, when 'cursorcolumn' is set +CursorColumn Screen-column at the cursor, when 'cursorcolumn' is set. *hl-CursorLine* -CursorLine screen line at the cursor, when 'cursorline' is set +CursorLine Screen-line at the cursor, when 'cursorline' is set. + Low-priority if foreground (ctermfg OR guifg) is not set. *hl-Directory* Directory directory names (and other special names in listings) *hl-DiffAdd* |