mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 17:06:30 +00:00
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:
@@ -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));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user