diff options
Diffstat (limited to 'runtime/doc/intro.txt')
-rw-r--r-- | runtime/doc/intro.txt | 4 |
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. |