Home
last modified time | relevance | path

Searched refs:err_tv (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dchannel.c2550 typval_T err_tv; in channel_exe_cmd() local
2579 err_tv.v_type = VAR_STRING; in channel_exe_cmd()
2580 err_tv.vval.v_string = (char_u *)"ERROR"; in channel_exe_cmd()
2581 json = json_encode_nr_expr(id, &err_tv, options | JSON_NL); in channel_exe_cmd()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt14296 Solution: Don't free res_tv or err_tv. (Ozaki Kiichi)