summaryrefslogtreecommitdiffstats
path: root/runtime
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 /runtime
parent1e5e1231ac9e1ba9678812c96f9d554a078eeec4 (diff)
patch 7.4.1997v7.4.1997
Problem: Cannot easily scroll the quickfix window. Solution: Add ":cbottom".
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/quickfix.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt
index 61b8656736..9fb6b18c41 100644
--- a/runtime/doc/quickfix.txt
+++ b/runtime/doc/quickfix.txt
@@ -437,6 +437,12 @@ EXECUTE A COMMAND IN ALL THE BUFFERS IN QUICKFIX OR LOCATION LIST:
: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: >