summaryrefslogtreecommitdiffstats
path: root/runtime/doc/map.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-08-10 15:00:24 +0200
committerBram Moolenaar <Bram@vim.org>2013-08-10 15:00:24 +0200
commit3b1db36689ee9b3a49de1362c1678372263a01fe (patch)
tree690a508be01e936e11497ec7ecf6cb981d7feb80 /runtime/doc/map.txt
parentb7512b79ce62b5dba75eb5768ec5f0d0fddb49ee (diff)
release version 7.4v7.4
Diffstat (limited to 'runtime/doc/map.txt')
-rw-r--r--runtime/doc/map.txt13
1 files changed, 7 insertions, 6 deletions
diff --git a/runtime/doc/map.txt b/runtime/doc/map.txt
index d9acdc2cb0..de82679f95 100644
--- a/runtime/doc/map.txt
+++ b/runtime/doc/map.txt
@@ -1,4 +1,4 @@
-*map.txt* For Vim version 7.4b. Last change: 2013 Jul 18
+*map.txt* For Vim version 7.4. Last change: 2013 Aug 03
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -380,11 +380,12 @@ it's just used here for this situation.
The simplest way to load a set of related language mappings is by using the
'keymap' option. See |45.5|.
In Insert mode and in Command-line mode the mappings can be disabled with
-the CTRL-^ command |i_CTRL-^| |c_CTRL-^|. When starting to enter a normal
-command line (not a search pattern) the mappings are disabled until a CTRL-^
-is typed. The state last used is remembered for Insert mode and Search
-patterns separately. The state for Insert mode is also used when typing a
-character as an argument to command like "f" or "t".
+the CTRL-^ command |i_CTRL-^| |c_CTRL-^| These commands change the value of
+the 'iminsert' option. When starting to enter a normal command line (not a
+search pattern) the mappings are disabled until a CTRL-^ is typed. The state
+last used is remembered for Insert mode and Search patterns separately. The
+state for Insert mode is also used when typing a character as an argument to
+command like "f" or "t".
Language mappings will never be applied to already mapped characters. They
are only used for typed characters. This assumes that the language mapping
was already done when typing the mapping.