From 65c923adf3589b6c237ac357fcc069085c658a02 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 3 Mar 2006 22:56:30 +0000 Subject: updated for version 7.0213 --- runtime/doc/options.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'runtime/doc/options.txt') 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 -- cgit v1.2.1