diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-08-17 20:09:31 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-08-17 20:09:31 +0200 |
commit | 56c860c315c517d304320e12bf7b5c1479546dae (patch) | |
tree | 241a75246c973179169e77f83dc8718796e3049f /runtime/doc/intro.txt | |
parent | e9bd57286a5cbb0e1ec18b5d194dc4af1bda9f3a (diff) | |
download | vim-git-56c860c315c517d304320e12bf7b5c1479546dae.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/intro.txt')
-rw-r--r-- | runtime/doc/intro.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/doc/intro.txt b/runtime/doc/intro.txt index 6d86ba9c5..2c524bf94 100644 --- a/runtime/doc/intro.txt +++ b/runtime/doc/intro.txt @@ -1,4 +1,4 @@ -*intro.txt* For Vim version 8.1. Last change: 2019 Jun 26 +*intro.txt* For Vim version 8.1. Last change: 2019 Aug 16 VIM REFERENCE MANUAL by Bram Moolenaar @@ -508,6 +508,9 @@ the ":map" command. The rules are: <M-a> Meta- a ('a' with bit 8 set) <M-A> Meta- A ('A' with bit 8 set) <t_kd> "kd" termcap entry (cursor down key) + Although you can specify <M-{char}> with {char} being a multi-byte + character, Vim may not be able to know what byte sequence that is and then + it won't work. 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 |