Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dtesting.c132 typval_T *opt_msg_tv, in fill_assert_error() argument
145 if (opt_msg_tv->v_type != VAR_UNKNOWN in fill_assert_error()
146 && !(opt_msg_tv->v_type == VAR_STRING in fill_assert_error()
147 && (opt_msg_tv->vval.v_string == NULL in fill_assert_error()
148 || *opt_msg_tv->vval.v_string == NUL))) in fill_assert_error()
150 ga_concat(gap, echo_string(opt_msg_tv, &tofree, numbuf, 0)); in fill_assert_error()