diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2018-12-09 02:10:54 +0100 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2018-12-30 21:09:39 +0100 |
| commit | e834660b2b7f273c4fa7c6279ec999e1a167d94a (patch) | |
| tree | 8a362379747c5e4792306cb958a60b38042baec6 /runtime/doc/syntax.txt | |
| parent | 4ba8266ab1212a9c1e3250f3785061ee8d52043e (diff) | |
| download | rneovim-e834660b2b7f273c4fa7c6279ec999e1a167d94a.tar.gz rneovim-e834660b2b7f273c4fa7c6279ec999e1a167d94a.tar.bz2 rneovim-e834660b2b7f273c4fa7c6279ec999e1a167d94a.zip | |
doc: Remove {Nvim} tag
The purpose of the {Nvim} hint was not well-defined, and its usage
inconsistent. It's also unnecessary.
Nvim-Vim differences are centralized at:
:help vim-differences
Removed things are centralized at:
:help deprecated
Developer guidelines for documentation are listed at:
:help dev-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 |