aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/quickfix.txt
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2021-12-06 13:55:38 +0100
committerGitHub <noreply@github.com>2021-12-06 13:55:38 +0100
commit0a3826646f9348f9a82b9c8a79efc16dbaf3a21d (patch)
treedd90b4168838e63bd6cc71744092162a8a031c4e /runtime/doc/quickfix.txt
parent523f03b506bf577811c0e136bc852cdb89f92c00 (diff)
downloadrneovim-0a3826646f9348f9a82b9c8a79efc16dbaf3a21d.tar.gz
rneovim-0a3826646f9348f9a82b9c8a79efc16dbaf3a21d.tar.bz2
rneovim-0a3826646f9348f9a82b9c8a79efc16dbaf3a21d.zip
vim-patch:4700398e384f (#16538)
Update runtime files https://github.com/vim/vim/commit/4700398e384f38f752b432e187462f404b96847d partial skip: doc/sign.txt doc/various.txt doc/motion.txt
Diffstat (limited to 'runtime/doc/quickfix.txt')
-rw-r--r--runtime/doc/quickfix.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt
index 9c1f584415..ba1da209f7 100644
--- a/runtime/doc/quickfix.txt
+++ b/runtime/doc/quickfix.txt
@@ -837,9 +837,9 @@ lists. They set one of the existing error lists as the current one.
*:chistory* *:chi*
:[count]chi[story] Show the list of error lists. The current list is
marked with ">". The output looks like:
- error list 1 of 3; 43 errors ~
- > error list 2 of 3; 0 errors ~
- error list 3 of 3; 15 errors ~
+ error list 1 of 3; 43 errors :make ~
+ > error list 2 of 3; 0 errors :helpgrep tag ~
+ error list 3 of 3; 15 errors :grep ex_help *.c ~
When [count] is given, then the count'th quickfix
list is made the current list. Example: >