mirror of
				https://github.com/vim/vim.git
				synced 2025-10-30 09:47:20 -04:00 
			
		
		
		
	runtime(doc): wrong return type for execute() function
The description clearly explains that this function returns a string. I think the 'Number' here is a copy/paste error. closes: #15045 Signed-off-by: Marius Gedminas <marius@gedmin.as> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
		
				
					committed by
					
						 Christian Brabandt
						Christian Brabandt
					
				
			
			
				
	
			
			
			
						parent
						
							56f587b3f8
						
					
				
				
					commit
					c98bfb9f59
				
			| @@ -1,4 +1,4 @@ | ||||
| *builtin.txt*	For Vim version 9.1.  Last change: 2024 Jun 17 | ||||
| *builtin.txt*	For Vim version 9.1.  Last change: 2024 Jun 19 | ||||
|  | ||||
|  | ||||
| 		  VIM REFERENCE MANUAL	  by Bram Moolenaar | ||||
| @@ -2580,7 +2580,7 @@ execute({command} [, {silent}])					*execute()* | ||||
| 		Can also be used as a |method|: > | ||||
| 			GetCommand()->execute() | ||||
| < | ||||
| 		Return type: |Number| | ||||
| 		Return type: |String| | ||||
|  | ||||
|  | ||||
| exepath({expr})						*exepath()* | ||||
|   | ||||
		Reference in New Issue
	
	Block a user