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/quickref.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/quickref.txt')
-rw-r--r-- | runtime/doc/quickref.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/doc/quickref.txt b/runtime/doc/quickref.txt index 4425caa9bb..1554b823eb 100644 --- a/runtime/doc/quickref.txt +++ b/runtime/doc/quickref.txt @@ -824,7 +824,6 @@ Short explanation of each option: *option-list* 'regexpengine' 're' default regexp engine to use 'relativenumber' 'rnu' show relative line number in front of each line 'remap' allow mappings to work recursively -'renderoptions' 'rop' options for text rendering on Windows 'report' threshold for reporting nr. of lines changed 'restorescreen' 'rs' Win32: restore screen when exiting 'revins' 'ri' inserting characters will work backwards |