aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-06-27 22:31:51 +0200
committerGitHub <noreply@github.com>2019-06-27 22:31:51 +0200
commit9f64e4b73faace89d89f3b2db91feab1f2d15e6f (patch)
tree60ef47ac00413e1da9ccfe185219be92da789b7f /runtime
parent35b959c6002ed5da326f6ab25065c1bc1b60a057 (diff)
parentd555e44219f14477fbd066d0633aa5ab5912a509 (diff)
downloadrneovim-9f64e4b73faace89d89f3b2db91feab1f2d15e6f.tar.gz
rneovim-9f64e4b73faace89d89f3b2db91feab1f2d15e6f.tar.bz2
rneovim-9f64e4b73faace89d89f3b2db91feab1f2d15e6f.zip
Merge #10349 from janlazo/vim-8.0.0935
vim-patch:8.0.{935,1013,1100,1119}
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/map.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt
index eac42df791..74c9a2a003 100644
--- a/runtime/doc/map.txt
+++ b/runtime/doc/map.txt
@@ -438,6 +438,7 @@ When listing mappings the characters in the first two columns are:
i Insert
l ":lmap" mappings for Insert, Command-line and Lang-Arg
c Command-line
+ t Terminal-Job
Just before the {rhs} a special character can appear:
* indicates that it is not remappable
@@ -536,9 +537,9 @@ scenario: >
:imap <M-C> foo
:set encoding=utf-8
The mapping for <M-C> is defined with the latin1 encoding, resulting in a 0xc3
-byte. If you type the character á (0xe1 <M-a>) in UTF-8 encoding this is the
+byte. If you type the character á (0xe1 <M-a>) in UTF-8 encoding this is the
two bytes 0xc3 0xa1. You don't want the 0xc3 byte to be mapped then or
-otherwise it would be impossible to type the á character.
+otherwise it would be impossible to type the á character.
*<Leader>* *mapleader*
To define a mapping which uses the "mapleader" variable, the special string