mirror of
				https://github.com/vim/vim.git
				synced 2025-10-30 09:47:20 -04:00 
			
		
		
		
	runtime(doc): fix typo "bet" in :h 'completeopt'
closes: #16773 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
		
				
					committed by
					
						 Christian Brabandt
						Christian Brabandt
					
				
			
			
				
	
			
			
			
						parent
						
							0b5fe42071
						
					
				
				
					commit
					659cb28c25
				
			| @@ -1,4 +1,4 @@ | ||||
| *options.txt*	For Vim version 9.1.  Last change: 2025 Mar 02 | ||||
| *options.txt*	For Vim version 9.1.  Last change: 2025 Mar 03 | ||||
|  | ||||
|  | ||||
| 		  VIM REFERENCE MANUAL	  by Bram Moolenaar | ||||
| @@ -2168,7 +2168,7 @@ A jump table for the options with a short description can be found at |Q_op|. | ||||
| 		    Preinsert the portion of the first candidate word that is | ||||
| 		    not part of the current completion leader and using the | ||||
| 		    |hl-ComplMatchIns| highlight group.  In order for it to | ||||
| 		    work, "fuzzy" must not bet set and "menuone" must be set. | ||||
| 		    work, "fuzzy" must not be set and "menuone" must be set. | ||||
|  | ||||
| 	   preview  Show extra information about the currently selected | ||||
| 		    completion in the preview window.  Only works in | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| *version9.txt*  For Vim version 9.1.  Last change: 2025 Mar 02 | ||||
| *version9.txt*  For Vim version 9.1.  Last change: 2025 Mar 03 | ||||
| 
 | ||||
| 
 | ||||
| 		  VIM REFERENCE MANUAL    by Bram Moolenaar | ||||
| @@ -41605,7 +41605,7 @@ Completion: ~ | ||||
| 	"preinsert"	- highlight to be inserted values | ||||
| - handle multi-line completion as expected | ||||
| - improved commandline completion for the |:hi| command | ||||
| - New option value for 'wildoptions': | ||||
| - New option value for 'wildmode': | ||||
|   	"noselect"	- do not auto select an entry in the wildmenu | ||||
| 
 | ||||
| Options: ~ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user