diff runtime/doc/quickfix.txt @ 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 619a98a67f67
children 374afcf9d11d
line wrap: on
line diff
--- a/runtime/doc/quickfix.txt
+++ b/runtime/doc/quickfix.txt
@@ -437,6 +437,12 @@ 2. The error window					*quickfix-window
 :lw[indow] [height]	Same as ":cwindow", except use the window showing the
 			location list for the current window.
 
+:cbo[ttom]		Put the cursor in the last line of the quickfix window
+			and scroll to make it visible.  This is useful for
+			when errors are added by an asynchronous callback.
+			Only call it once in a while if there are many
+			updates to avoid a lot of redrawing.
+
 Normally the quickfix window is at the bottom of the screen.  If there are
 vertical splits, it's at the bottom of the rightmost column of windows.  To
 make it always occupy the full width: >