aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/intro.txt
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-03-23 23:29:21 -0400
committerMichael Reed <m.reed@mykolab.com>2015-03-24 19:33:42 -0400
commitd85fabc24fbb12fef5f597fc56168cbb20daf214 (patch)
treec01d8a2e201cf4b588016869079e84ccca140c5c /runtime/doc/intro.txt
parentadfc8cf50a138a25bbe22f3c6e50ce7bd8c143e7 (diff)
downloadrneovim-d85fabc24fbb12fef5f597fc56168cbb20daf214.tar.gz
rneovim-d85fabc24fbb12fef5f597fc56168cbb20daf214.tar.bz2
rneovim-d85fabc24fbb12fef5f597fc56168cbb20daf214.zip
doc: Remove refs to 'compatible' and friends
Also remove some MS-DOS references on lines already being touched. Based on this commit: https://github.com/justinmk/neovim/commit/e4db01ca8707c34dc808d7f6378aa3aba9002a2d
Diffstat (limited to 'runtime/doc/intro.txt')
-rw-r--r--runtime/doc/intro.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/doc/intro.txt b/runtime/doc/intro.txt
index 2b6c24cecf..b6c719095c 100644
--- a/runtime/doc/intro.txt
+++ b/runtime/doc/intro.txt
@@ -499,10 +499,6 @@ the ":map" command. The rules are:
<M-A> Meta- A ('A' with bit 8 set)
<t_kd> "kd" termcap entry (cursor down key)
-If you want to use the full <> notation in Vim, you have to make sure the '<'
-flag is excluded from 'cpoptions' (when 'compatible' is not set, it already is
-by default). >
- :set cpo-=<
The <> notation uses <lt> to escape the special meaning of key names. Using a
backslash also works, but only when 'cpoptions' does not include the 'B' flag.