Merge pull request #14178 from andymass/vim-8.2.0088

[RFC] vim-patch 8.2.0088: insufficient tests for tags...
This commit is contained in:
Jan Edmund Lazo
2021-03-22 20:35:24 -04:00
committed by GitHub
7 changed files with 451 additions and 13 deletions

View File

@@ -8809,8 +8809,6 @@ static void f_settagstack(typval_T *argvars, typval_T *rettv, FunPtr fptr)
if (set_tagstack(wp, d, action) == OK) {
rettv->vval.v_number = 0;
} else {
EMSG(_(e_listreq));
}
}