mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 07:18:17 +00:00
eval: Split eval.c into smaller files
This commit is contained in:
@@ -4003,7 +4003,7 @@ int get_errorlist(win_T *wp, int qf_idx, list_T *list)
|
||||
bufnum = 0;
|
||||
|
||||
dict = dict_alloc();
|
||||
list_append_dict(list, dict);
|
||||
tv_list_append_dict(list, dict);
|
||||
|
||||
buf[0] = qfp->qf_type;
|
||||
buf[1] = NUL;
|
||||
|
Reference in New Issue
Block a user