aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/various.txt
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-01-30 07:19:43 -0500
committerJustin M. Keyes <justinkz@gmail.com>2015-03-26 17:36:40 -0400
commitc47e0d6210a82f3c2a88e2bc937e77f8b2a72b64 (patch)
tree924b025f6150598d4b7833fb9ded9d361c57d44e /runtime/doc/various.txt
parent13f0ef66b4b1eb3240a3891450bf96155359acfe (diff)
downloadrneovim-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/various.txt')
-rw-r--r--runtime/doc/various.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt
index c8dc331361..7797b02ba8 100644
--- a/runtime/doc/various.txt
+++ b/runtime/doc/various.txt
@@ -222,7 +222,7 @@ g8 Print the hex values of the bytes used in the
at compile time}
*:sh* *:shell* *E371* *E360*
-:sh[ell] Removed. {Nvim}
+:sh[ell] Removed. |vim-differences| {Nvim}
*:!cmd* *:!* *E34*
:!{cmd} Execute {cmd} with the shell. See also 'shell'.