summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-03-15 22:53:57 +0000
committerBram Moolenaar <Bram@vim.org>2006-03-15 22:53:57 +0000
commit5671873089d516a10c79733182797075071eb5f3 (patch)
treeacc20341ea28453e7fdcea8b7e73de69ed7fc870 /runtime
parentc4675a193dfbba96755e9600e5429a1aac7364f2 (diff)
updated for version 7.0225
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/insert.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt
index fbd7a243f6..c7dd454cb7 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 Mar 11
+*insert.txt* For Vim version 7.0aa. Last change: 2006 Mar 15
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1086,6 +1086,9 @@ The menu is used when:
- The terminal supports at least 8 colors.
- There are at least two matches.
+The 'pumheight' option can be used to set a maximum height. The default is to
+use all space available.
+
There are two states:
1. A complete match has been inserted.
2. Only part of a match has been inserted.