diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-01-30 07:19:43 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-03-26 17:36:40 -0400 |
commit | c47e0d6210a82f3c2a88e2bc937e77f8b2a72b64 (patch) | |
tree | 924b025f6150598d4b7833fb9ded9d361c57d44e /runtime/doc/syntax.txt | |
parent | 13f0ef66b4b1eb3240a3891450bf96155359acfe (diff) | |
download | rneovim-c47e0d6210a82f3c2a88e2bc937e77f8b2a72b64.tar.gz rneovim-c47e0d6210a82f3c2a88e2bc937e77f8b2a72b64.tar.bz2 rneovim-c47e0d6210a82f3c2a88e2bc937e77f8b2a72b64.zip |
doc: Introduce vim-differences #2141
This documents the differences between nvim and nvim.
Regarding the removal of references to 'renderoptions': it was never
added in the first place, so there's no need to mention its "removal".
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r-- | runtime/doc/syntax.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 214a7de6f4..19289dafec 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -4760,7 +4760,7 @@ 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| - *hl-EndOfBuffer* + {Nvim} *hl-EndOfBuffer* EndOfBuffer filler lines (~) after the end of the buffer. By default, this is highlighted like |hl-NonText|. *hl-ErrorMsg* |