This commit is contained in:
James McCoy
2016-12-14 16:16:37 -05:00
parent 7565b48e9c
commit 3224ade9c3
3 changed files with 205 additions and 188 deletions

View File

@@ -15018,8 +15018,7 @@ static void set_qf_ll_list(win_T *wp, typval_T *args, typval_T *rettv)
char_u *act = get_tv_string_chk(action_arg);
if ((*act == 'a' || *act == 'r' || *act == ' ') && act[1] == NUL) {
action = *act;
}
else {
} else {
EMSG2(_(e_invact), act);
return;
}