Problem: Test failures.
Solution: Check more specific feature. Add missing change.
if (avar->v_type == VAR_NUMBER)
buf = buflist_findnr((int)avar->vval.v_number);
+ else if (in_vim9script() && check_for_string_arg(avar, 0) == FAIL)
+ return NULL;
else if (avar->v_type == VAR_STRING && avar->vval.v_string != NULL)
{
buf = buflist_findname_exp(avar->vval.v_string);
enddef
def Test_balloon_split()
- CheckFeature balloon_eval
+ CheckFeature balloon_eval_term
assert_fails('balloon_split(true)', 'E1174:')
enddef
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 2665,
/**/
2664,
/**/