summaryrefslogtreecommitdiffstats
path: root/src/ex_docmd.c
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/ex_docmd.c
parent1e5e1231ac9e1ba9678812c96f9d554a078eeec4 (diff)
patch 7.4.1997v7.4.1997
Problem: Cannot easily scroll the quickfix window. Solution: Add ":cbottom".
Diffstat (limited to 'src/ex_docmd.c')
-rw-r--r--src/ex_docmd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ex_docmd.c b/src/ex_docmd.c
index ad4ba7c4e5..0be3a69102 100644
--- a/src/ex_docmd.c
+++ b/src/ex_docmd.c
@@ -129,6 +129,7 @@ static int getargopt(exarg_T *eap);
# define ex_cclose ex_ni
# define ex_copen ex_ni
# define ex_cwindow ex_ni
+# define ex_cbottom ex_ni
#endif
#if !defined(FEAT_QUICKFIX) || !defined(FEAT_EVAL)
# define ex_cexpr ex_ni