Searched refs:idvar (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | clientserver.c | 772 char_u *idvar; in remote_common() local 774 idvar = tv_get_string_chk(&argvars[2]); in remote_common() 775 if (idvar != NULL && *idvar != NUL) in remote_common() 780 set_var(idvar, &v.di_tv, FALSE); in remote_common()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | remote.txt | 151 remote_expr( server, string, idvar) send expression 152 remote_send( server, string, idvar) send key sequence
|
| H A D | eval.txt | 2900 remote_expr({server}, {string} [, {idvar} [, {timeout}]]) 2907 remote_send({server}, {string} [, {idvar}]) 9036 remote_expr({server}, {string} [, {idvar} [, {timeout}]]) 9042 If {idvar} is present and not empty, it is taken as the name 9115 remote_send({server}, {string} [, {idvar}]) 9119 If {idvar} is present, it is taken as the name of a variable
|