0
0
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:
Bram Moolenaar
2010-08-09 22:14:48 +02:00
parent 314f11d44c
commit bc226b6ded
4 changed files with 8 additions and 6 deletions

View File

@@ -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