summaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-12-18 22:02:33 +0000
committerBram Moolenaar <Bram@vim.org>2005-12-18 22:02:33 +0000
commitd35f9711d4558f8784e65531a152d38d1dabbe72 (patch)
treeb87fb3537c2ac512ca97a6e342c1cb9762e40892 /runtime/doc
parentda1b1a735765071185281ce86a379ea0d078cb17 (diff)
downloadvim-git-d35f9711d4558f8784e65531a152d38d1dabbe72.tar.gz
updated for version 7.0173
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/insert.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt
index 405af2f9a..9fc2f5ada 100644
--- a/runtime/doc/insert.txt
+++ b/runtime/doc/insert.txt
@@ -1,4 +1,4 @@
-*insert.txt* For Vim version 7.0aa. Last change: 2005 Dec 14
+*insert.txt* For Vim version 7.0aa. Last change: 2005 Dec 18
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -965,6 +965,8 @@ 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
+<PageUp>: Select a match several entries back
+<PageDown>: Select a match several entries further
The colors of the menu can be changed with these highlight groups:
Pmenu normal item |hl-Pmenu|