aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/index.txt
diff options
context:
space:
mode:
authorMarco Hinz <mh.codebro@gmail.com>2019-11-04 12:28:31 +0100
committerGitHub <noreply@github.com>2019-11-04 12:28:31 +0100
commit610755ff62049bd38cc72524a26ac0a27d951c3c (patch)
treef7e208bc02d8d7aa97e5d0bb32cf03b954efd41c /runtime/doc/index.txt
parente2b54fda7282c9237952b769afd2a313564cba79 (diff)
parent98d7c7db1269bdbc210beb0b3d08259f255252fb (diff)
downloadrneovim-610755ff62049bd38cc72524a26ac0a27d951c3c.tar.gz
rneovim-610755ff62049bd38cc72524a26ac0a27d951c3c.tar.bz2
rneovim-610755ff62049bd38cc72524a26ac0a27d951c3c.zip
Merge PR #11291 from shanesmith/vim-8.1.1256-take2
Diffstat (limited to 'runtime/doc/index.txt')
-rw-r--r--runtime/doc/index.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt
index 9fd68144bc..7221888074 100644
--- a/runtime/doc/index.txt
+++ b/runtime/doc/index.txt
@@ -1164,11 +1164,13 @@ tag command action ~
|:cNfile| :cNf[ile] go to last error in previous file
|:cabbrev| :ca[bbrev] like ":abbreviate" but for Command-line mode
|:cabclear| :cabc[lear] clear all abbreviations for Command-line mode
+|:cabove| :cabo[ve] go to error above current line
|:caddbuffer| :cad[dbuffer] add errors from buffer
|:caddexpr| :cadde[xpr] add errors from expr
|:caddfile| :caddf[ile] add error message to current quickfix list
|:call| :cal[l] call a function
|:catch| :cat[ch] part of a :try command
+|:cbelow| :cbe[low] got to error below current line
|: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
@@ -1325,12 +1327,14 @@ tag command action ~
|:lNext| :lN[ext] go to previous entry in location list
|:lNfile| :lNf[ile] go to last entry in previous file
|:list| :l[ist] print lines
+|:labove| :lab[ove] go to location above current line
|:laddexpr| :lad[dexpr] add locations from expr
|:laddbuffer| :laddb[uffer] add locations from buffer
|:laddfile| :laddf[ile] add locations to current location list
|: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
+|:lbelow| :lbe[low] go to location below current line
|: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