comparison src/proto/quickfix.pro @ 9432:abb72f0b9e06 v7.4.1997

commit https://github.com/vim/vim/commit/dcb170018642ec144cd87d9d9fe076575b8d1263 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jul 7 18:58:59 2016 +0200 patch 7.4.1997 Problem: Cannot easily scroll the quickfix window. Solution: Add ":cbottom".
author Christian Brabandt <cb@256bit.org>
date Thu, 07 Jul 2016 19:00:07 +0200
parents 21b0a39d13ed
children 26da1efa9e46
comparison
equal deleted inserted replaced
9431:180193a1348e 9432:abb72f0b9e06
7 void qf_age(exarg_T *eap); 7 void qf_age(exarg_T *eap);
8 void qf_mark_adjust(win_T *wp, linenr_T line1, linenr_T line2, long amount, long amount_after); 8 void qf_mark_adjust(win_T *wp, linenr_T line1, linenr_T line2, long amount, long amount_after);
9 void ex_cwindow(exarg_T *eap); 9 void ex_cwindow(exarg_T *eap);
10 void ex_cclose(exarg_T *eap); 10 void ex_cclose(exarg_T *eap);
11 void ex_copen(exarg_T *eap); 11 void ex_copen(exarg_T *eap);
12 void ex_cbottom(exarg_T *eap);
12 linenr_T qf_current_entry(win_T *wp); 13 linenr_T qf_current_entry(win_T *wp);
13 int bt_quickfix(buf_T *buf); 14 int bt_quickfix(buf_T *buf);
14 int bt_nofile(buf_T *buf); 15 int bt_nofile(buf_T *buf);
15 int bt_dontwrite(buf_T *buf); 16 int bt_dontwrite(buf_T *buf);
16 int bt_dontwrite_msg(buf_T *buf); 17 int bt_dontwrite_msg(buf_T *buf);