aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/quickfix.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/quickfix.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/quickfix.txt')
-rw-r--r--runtime/doc/quickfix.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt
index 3ae6d9461f..61e090cc78 100644
--- a/runtime/doc/quickfix.txt
+++ b/runtime/doc/quickfix.txt
@@ -109,6 +109,36 @@ processing a quickfix or location list command, it will be aborted.
list for the current window is used instead of the
quickfix list.
+ *:cabo* *:cabove*
+:[count]cabo[ve] Go to the [count] error above the current line in the
+ current buffer. If [count] is omitted, then 1 is
+ used. If there are no errors, then an error message
+ is displayed. Assumes that the entries in a quickfix
+ list are sorted by their buffer number and line
+ number. If there are multiple errors on the same line,
+ then only the first entry is used. If [count] exceeds
+ the number of entries above the current line, then the
+ first error in the file is selected.
+
+ *:lab* *:labove*
+:[count]lab[ove] Same as ":cabove", except the location list for the
+ current window is used instead of the quickfix list.
+
+ *:cbe* *:cbelow*
+:[count]cbe[low] Go to the [count] error below the current line in the
+ current buffer. If [count] is omitted, then 1 is
+ used. If there are no errors, then an error message
+ is displayed. Assumes that the entries in a quickfix
+ list are sorted by their buffer number and line
+ number. If there are multiple errors on the same
+ line, then only the first entry is used. If [count]
+ exceeds the number of entries below the current line,
+ then the last error in the file is selected.
+
+ *:lbe* *:lbelow*
+:[count]lbe[low] Same as ":cbelow", except the location list for the
+ current window is used instead of the quickfix list.
+
*:cnf* *:cnfile*
:[count]cnf[ile][!] Display the first error in the [count] next file in
the list that includes a file name. If there are no