summaryrefslogtreecommitdiff
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-03-03 22:56:30 +0000
committerBram Moolenaar <Bram@vim.org>2006-03-03 22:56:30 +0000
commit65c923adf3589b6c237ac357fcc069085c658a02 (patch)
tree8c379ffd9462f1be67f06f9a9b3712570d219c2e /runtime/doc/options.txt
parentbfb2d40b6ec0b8fff51bc6fadabf4aaeb383beb8 (diff)
downloadvim-git-65c923adf3589b6c237ac357fcc069085c658a02.tar.gz
updated for version 7.0213
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 96292dc24..43cc7cd7e 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1,4 +1,4 @@
-*options.txt* For Vim version 7.0aa. Last change: 2006 Mar 02
+*options.txt* For Vim version 7.0aa. Last change: 2006 Mar 03
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1629,6 +1629,10 @@ A jump table for the options with a short description can be found at |Q_op|.
menu is only shown when there is more than one match and
sufficient colors are available. |ins-completion-menu|
+ menuone Use the popup menu also when there is only one match.
+ Useful when there is additional information about the
+ match, e.g., what file it comes from.
+
longest Only insert the longest common text of the matches. Use
CTRL-L to add more characters. Whether case is ignored
depends on the kind of completion. For buffer text the