diff src/ex_docmd.c @ 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 78712a2f687a
children 7897b1e4f3e7
line wrap: on
line diff
--- 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