diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2018-12-30 21:17:18 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-30 21:17:18 +0100 |
| commit | 1e8d2bdc487cdebf152eb228ed936720cfed3a76 (patch) | |
| tree | f4933a9250ac93d6dd6998b9bafb87bb1beae8ab /runtime/doc/syntax.txt | |
| parent | fa5182489a660e672bac6ea78ba4eefcbba9d6eb (diff) | |
| parent | a10fdc70aa1e7e48421a473a2fab49b79089426c (diff) | |
| download | rneovim-1e8d2bdc487cdebf152eb228ed936720cfed3a76.tar.gz rneovim-1e8d2bdc487cdebf152eb228ed936720cfed3a76.tar.bz2 rneovim-1e8d2bdc487cdebf152eb228ed936720cfed3a76.zip | |
Merge #9335 from justinmk/doc
Diffstat (limited to 'runtime/doc/syntax.txt')
| -rw-r--r-- | runtime/doc/syntax.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 4c3c7d329a..684830b78d 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -4907,12 +4907,12 @@ DiffChange diff mode: Changed line |diff.txt| DiffDelete diff mode: Deleted line |diff.txt| *hl-DiffText* DiffText diff mode: Changed text within a changed line |diff.txt| - {Nvim} *hl-EndOfBuffer* + *hl-EndOfBuffer* EndOfBuffer filler lines (~) after the end of the buffer. By default, this is highlighted like |hl-NonText|. - {Nvim} *hl-TermCursor* + *hl-TermCursor* TermCursor cursor in a focused terminal - {Nvim} *hl-TermCursorNC* + *hl-TermCursorNC* TermCursorNC cursor in an unfocused terminal *hl-ErrorMsg* ErrorMsg error messages on the command line |