diff runtime/doc/options.txt @ 665:21ab9abf0f08

updated for version 7.0196
author vimboss
date Fri, 10 Feb 2006 23:20:28 +0000
parents b112ec5c73f0
children 9090f866cd57
line wrap: on
line diff
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1,4 +1,4 @@
-*options.txt*	For Vim version 7.0aa.  Last change: 2006 Feb 02
+*options.txt*	For Vim version 7.0aa.  Last change: 2006 Feb 10
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -1621,13 +1621,16 @@ A jump table for the options with a shor
 'completeopt' 'cot'	string	(default: "menu")
 			global
 			{not in Vi}
-	Options for Insert mode completion |ins-completion|.
-	Currently the only supported value is:
+	A comma separated list of options for Insert mode completion
+	|ins-completion|.  The supported values are:
 
 	   menu	    Use a popup menu to show the possible completions.  The
 		    menu is only shown when there is more than one match and
 		    sufficient colors are available.  |ins-completion-menu|
 
+	   longest  Only insert the longest common text of the matches.  Use
+	            CTRL-L to add more characters.
+
 
 				*'confirm'* *'cf'* *'noconfirm'* *'nocf'*
 'confirm' 'cf'		boolean (default off)