comparison src/proto/quickfix.pro @ 12427:fc3e2d5614dd v8.0.1093

patch 8.0.1093: various small quickfix issues commit https://github.com/vim/vim/commit/b4d5fbabc99917a8069ba32a60c2d73d4f60e128 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 11 19:31:28 2017 +0200 patch 8.0.1093: various small quickfix issues Problem: Various small quickfix issues. Solution: Remove ":" prefix from title set by a user. Add the qf_id2nr(). function. Add a couple more tests. Update documentation. (Yegappan Lakshmanan)
author Christian Brabandt <cb@256bit.org>
date Mon, 11 Sep 2017 19:45:04 +0200
parents 3d0e042ec13c
children 1174611ad715
comparison
equal deleted inserted replaced
12426:510faba3f8e5 12427:fc3e2d5614dd
20 void ex_cc(exarg_T *eap); 20 void ex_cc(exarg_T *eap);
21 void ex_cnext(exarg_T *eap); 21 void ex_cnext(exarg_T *eap);
22 void ex_cfile(exarg_T *eap); 22 void ex_cfile(exarg_T *eap);
23 void ex_vimgrep(exarg_T *eap); 23 void ex_vimgrep(exarg_T *eap);
24 int get_errorlist(qf_info_T *qi, win_T *wp, int qf_idx, list_T *list); 24 int get_errorlist(qf_info_T *qi, win_T *wp, int qf_idx, list_T *list);
25 int get_errorlist_properties(win_T *wp, dict_T *what, dict_T *retdict); 25 int qf_get_properties(win_T *wp, dict_T *what, dict_T *retdict);
26 int set_errorlist(win_T *wp, list_T *list, int action, char_u *title, dict_T *what); 26 int set_errorlist(win_T *wp, list_T *list, int action, char_u *title, dict_T *what);
27 int set_ref_in_quickfix(int copyID); 27 int set_ref_in_quickfix(int copyID);
28 void ex_cbuffer(exarg_T *eap); 28 void ex_cbuffer(exarg_T *eap);
29 void ex_cexpr(exarg_T *eap); 29 void ex_cexpr(exarg_T *eap);
30 void ex_helpgrep(exarg_T *eap); 30 void ex_helpgrep(exarg_T *eap);