comparison src/proto/quickfix.pro @ 11788:77bf0346687e v8.0.0776

patch 8.0.0776: function prototypes missing without the quickfix feature commit https://github.com/vim/vim/commit/f0a521f4f76904edb74e182c12732189b347ff68 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 25 23:31:12 2017 +0200 patch 8.0.0776: function prototypes missing without the quickfix feature Problem: Function prototypes missing without the quickfix feature. (Tony Mechelynck) Solution: Move non-quickfix functions to buffer.c.
author Christian Brabandt <cb@256bit.org>
date Tue, 25 Jul 2017 23:45:04 +0200
parents 74abb6c84984
children 3d0e042ec13c
comparison
equal deleted inserted replaced
11787:c3c09047d106 11788:77bf0346687e
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);
31 int bt_quickfix(buf_T *buf);
32 int bt_terminal(buf_T *buf);
33 int bt_nofile(buf_T *buf);
34 int bt_dontwrite(buf_T *buf);
35 int bt_dontwrite_msg(buf_T *buf);
36 int buf_hide(buf_T *buf);
37 /* vim: set ft=c : */ 31 /* vim: set ft=c : */