mirror of
				https://github.com/vim/vim.git
				synced 2025-10-30 09:47:20 -04:00 
			
		
		
		
	runtime(doc): mention conversion rules for remote_expr()
fixes: #15844 Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
		| @@ -1,4 +1,4 @@ | |||||||
| *builtin.txt*	For Vim version 9.1.  Last change: 2024 Oct 09 | *builtin.txt*	For Vim version 9.1.  Last change: 2024 Oct 12 | ||||||
|  |  | ||||||
|  |  | ||||||
| 		  VIM REFERENCE MANUAL	  by Bram Moolenaar | 		  VIM REFERENCE MANUAL	  by Bram Moolenaar | ||||||
| @@ -8529,10 +8529,10 @@ remote_expr({server}, {string} [, {idvar} [, {timeout}]]) | |||||||
| 		string, also see |{server}|. | 		string, also see |{server}|. | ||||||
|  |  | ||||||
| 		The string is sent as an expression and the result is returned | 		The string is sent as an expression and the result is returned | ||||||
| 		after evaluation.  The result must be a String or a |List|.  A | 		after evaluation.  The result must be a String or a |List| | ||||||
| 		|List| is turned into a String by joining the items with a | 		other types will be converted to String.  A |List| is turned | ||||||
| 		line break in between (not at the end), like with join(expr, | 		into a String by joining the items with a line break in | ||||||
| 		"\n"). | 		between (not at the end), like with join(expr, "\n"). | ||||||
|  |  | ||||||
| 		If {idvar} is present and not empty, it is taken as the name | 		If {idvar} is present and not empty, it is taken as the name | ||||||
| 		of a variable and a {serverid} for later use with | 		of a variable and a {serverid} for later use with | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user