diff runtime/doc/options.txt @ 730:44348703ab1b

updated for version 7.0221
author vimboss
date Sat, 11 Mar 2006 21:27:59 +0000
parents 2fa8cb05b861
children afac7b58ed46
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 Mar 08
+*options.txt*	For Vim version 7.0aa.  Last change: 2006 Mar 11
 
 
 		  VIM REFERENCE MANUAL	  by Bram Moolenaar
@@ -1622,7 +1622,7 @@ A jump table for the options with a shor
 
 
 						*'completeopt'* *'cot'*
-'completeopt' 'cot'	string	(default: "menu")
+'completeopt' 'cot'	string	(default: "menu,preview")
 			global
 			{not in Vi}
 	A comma separated list of options for Insert mode completion
@@ -1637,10 +1637,13 @@ A jump table for the options with a shor
 		    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
+	   	    CTRL-L to add more characters.  Whether case is ignored
 		    depends on the kind of completion.  For buffer text the
 		    'ignorecase' option is used.
 
+	   preview  Show extra information about the currently selected
+	   	    completion in the preview window.
+
 
 				*'confirm'* *'cf'* *'noconfirm'* *'nocf'*
 'confirm' 'cf'		boolean (default off)