summaryrefslogtreecommitdiffstats
path: root/runtime/doc/insert.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-02-10 23:20:28 +0000
committerBram Moolenaar <Bram@vim.org>2006-02-10 23:20:28 +0000
commitc7453f52d4eb5a5259b6b587d62b7e99e1ebdd10 (patch)
tree10caf29de7ebbddd79a710f77999875923f4ec8a /runtime/doc/insert.txt
parent110bc6bc91ccb10b20103a6d4a1c17e07fda1fb5 (diff)
updated for version 7.0196
Diffstat (limited to 'runtime/doc/insert.txt')
-rw-r--r--runtime/doc/insert.txt16
1 files changed, 12 insertions, 4 deletions
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt
index d1e01049a3..74c2c58619 100644
--- a/runtime/doc/insert.txt
+++ b/runtime/doc/insert.txt
@@ -1,4 +1,4 @@
-*insert.txt* For Vim version 7.0aa. Last change: 2006 Feb 07
+*insert.txt* For Vim version 7.0aa. Last change: 2006 Feb 10
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1072,16 +1072,24 @@ The menu is used when:
- There are at least two matches.
While the menu is displayed these keys have a special meaning:
-<CR> and <Enter> Accept the currently selected match
-<Up> Select the previous match, as if CTRL-P was used
-<Down> Select the next match, as if CTRL-N was used
+<CR> and <Enter> Accept the currently selected match
+
<PageUp> Select a match several entries back
<PageDown> Select a match several entries further
+
<BS> and CTRL-H Delete one character, find the matches for the shorter word
before the cursor. This may find more matches.
CTRL-L Add one character from the current match, may reduce the
number of matches. Does not work after selecting one of the
matches with CTRL-N, <Up>, etc.
+<Up> Select the previous match, as if CTRL-P was used, but don't
+ insert it when editing the selection.
+<Down> Select the next match, as if CTRL-N was used, but don't
+ insert it when editing the selection.
+
+The selection is being edited after typing <BS>, CTRL-L or when using the
+longest common match. This stops when a match is inserted, as with CTRL-N or
+CTRL-P.
The colors of the menu can be changed with these highlight groups:
Pmenu normal item |hl-Pmenu|