summaryrefslogtreecommitdiffstats
path: root/runtime/doc/index.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-07-09 17:56:19 +0200
committerBram Moolenaar <Bram@vim.org>2016-07-09 17:56:19 +0200
commit537ef08408c50e0c4104d57f74993b3b0ed9560d (patch)
tree5d056f1711c261ff4c0e157f433308464ba43616 /runtime/doc/index.txt
parented59aa60d3905f935283727f4a7b33c81a00174b (diff)
patch 7.4.2010v7.4.2010
Problem: There is a :cbottom command but no :lbottom command. Solution: Add :lbottom. (Yegappan Lakshmanan)
Diffstat (limited to 'runtime/doc/index.txt')
-rw-r--r--runtime/doc/index.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt
index f040e5f2bb..7c6734ad2b 100644
--- a/runtime/doc/index.txt
+++ b/runtime/doc/index.txt
@@ -1139,6 +1139,7 @@ tag command action ~
|:caddfile| :caddf[ile] add error message to current quickfix list
|:call| :cal[l] call a function
|:catch| :cat[ch] part of a :try command
+|:cbottom| :cbo[ttom] scroll to the bottom of the quickfix window
|:cbuffer| :cb[uffer] parse error messages and jump to first error
|:cc| :cc go to specific error
|:cclose| :ccl[ose] close quickfix window
@@ -1299,6 +1300,7 @@ tag command action ~
|:last| :la[st] go to the last file in the argument list
|:language| :lan[guage] set the language (locale)
|:later| :lat[er] go to newer change, redo
+|:lbottom| :lbo[ttom] scroll to the bottom of the location window
|:lbuffer| :lb[uffer] parse locations and jump to first location
|:lcd| :lc[d] change directory locally
|:lchdir| :lch[dir] change directory locally