aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/term.txt
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-04-29 20:04:26 -0400
committerMichael Reed <m.reed@mykolab.com>2015-05-03 17:47:31 -0400
commit818f7aefd2fe7eacd7135c5e3154934f24c85ca7 (patch)
tree013884a9455a0b09b5692469f8d955a31cd527b9 /runtime/doc/term.txt
parent28ad7b5026d731a832bf60ba4c497c9e3d97e9ff (diff)
downloadrneovim-818f7aefd2fe7eacd7135c5e3154934f24c85ca7.tar.gz
rneovim-818f7aefd2fe7eacd7135c5e3154934f24c85ca7.tar.bz2
rneovim-818f7aefd2fe7eacd7135c5e3154934f24c85ca7.zip
doc: Remove Vi annotations
This removes all instances of '{not in Vi}', '{Vi: ... }', etc. We don't care about Vi compatibility, so all of these annotations are useless in nvim. This also removed the syntax definitions for these items. In addition, remove instances of '{only when compiled with +feature}' adjacent to instances of '{not in Vi}' and friends. Helped-by: David Bürgin <676c7473@gmail.com> Helped-by: Felipe Morales <hel.sheep@gmail.com> closes #2535
Diffstat (limited to 'runtime/doc/term.txt')
-rw-r--r--runtime/doc/term.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/doc/term.txt b/runtime/doc/term.txt
index 18b83d3812..e0e7f37948 100644
--- a/runtime/doc/term.txt
+++ b/runtime/doc/term.txt
@@ -170,9 +170,6 @@ It is always possible to change individual strings by setting the
appropriate option. For example: >
:set t_ce=^V^[[K (CTRL-V, <Esc>, [, K)
-{Vi: no terminal options. You have to exit Vi, edit the termcap entry and
-try again}
-
The options are listed below. The associated termcap code is always equal to
the last two characters of the option name. Only one termcap code is
required: Cursor motion, 't_cm'.