mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
Fix: :ltag command did not set w:quickfix_title. (Lech Lorens)
This commit is contained in:
@@ -15824,7 +15824,7 @@ set_qf_ll_list(wp, list_arg, action_arg, rettv)
|
||||
action = *act;
|
||||
}
|
||||
|
||||
if (l != NULL && set_errorlist(wp, l, action) == OK)
|
||||
if (l != NULL && set_errorlist(wp, l, action, NULL) == OK)
|
||||
rettv->vval.v_number = 0;
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user