diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-05-17 17:04:55 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-05-17 17:04:55 +0200 |
commit | b1c9198afb7ff902588b45fbe44f0760a9f48375 (patch) | |
tree | 7e7c0e76cda65cf249ff3a2d4247b0c3e765205e /src/proto/quickfix.pro | |
parent | 03998f606a846e7995047b0356dbb9f515f5244c (diff) | |
download | vim-git-b1c9198afb7ff902588b45fbe44f0760a9f48375.tar.gz |
Vim 8.1 releasev8.1.0000
Update version number and information. Fix a couple of tests.
Diffstat (limited to 'src/proto/quickfix.pro')
-rw-r--r-- | src/proto/quickfix.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/quickfix.pro b/src/proto/quickfix.pro index a801edd0e..d32655f07 100644 --- a/src/proto/quickfix.pro +++ b/src/proto/quickfix.pro @@ -21,7 +21,7 @@ void ex_cc(exarg_T *eap); void ex_cnext(exarg_T *eap); void ex_cfile(exarg_T *eap); void ex_vimgrep(exarg_T *eap); -int get_errorlist(qf_info_T *qi, win_T *wp, int qf_idx, list_T *list); +int get_errorlist(qf_info_T *qi_arg, win_T *wp, int qf_idx, list_T *list); int qf_get_properties(win_T *wp, dict_T *what, dict_T *retdict); int set_errorlist(win_T *wp, list_T *list, int action, char_u *title, dict_T *what); int set_ref_in_quickfix(int copyID); |