summaryrefslogtreecommitdiffstats
path: root/src/proto/quickfix.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-07-07 18:58:59 +0200
committerBram Moolenaar <Bram@vim.org>2016-07-07 18:58:59 +0200
commitdcb170018642ec144cd87d9d9fe076575b8d1263 (patch)
treead3a4a0cc099d8b16715822700dae3b4b616a38a /src/proto/quickfix.pro
parent1e5e1231ac9e1ba9678812c96f9d554a078eeec4 (diff)
patch 7.4.1997v7.4.1997
Problem: Cannot easily scroll the quickfix window. Solution: Add ":cbottom".
Diffstat (limited to 'src/proto/quickfix.pro')
-rw-r--r--src/proto/quickfix.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/quickfix.pro b/src/proto/quickfix.pro
index cc60eddbd2..a2b6b76cbc 100644
--- a/src/proto/quickfix.pro
+++ b/src/proto/quickfix.pro
@@ -9,6 +9,7 @@ void qf_mark_adjust(win_T *wp, linenr_T line1, linenr_T line2, long amount, long
void ex_cwindow(exarg_T *eap);
void ex_cclose(exarg_T *eap);
void ex_copen(exarg_T *eap);
+void ex_cbottom(exarg_T *eap);
linenr_T qf_current_entry(win_T *wp);
int bt_quickfix(buf_T *buf);
int bt_nofile(buf_T *buf);