summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-07-08 18:20:24 +0200
committerBram Moolenaar <Bram@vim.org>2018-07-08 18:20:24 +0200
commita9defadb8f03ecd03f3297305d5482ba380774dc (patch)
treef0704b96b325905e34b8a5241ce21ec747cdcf26 /runtime
parent9d5185bf9dfaef59e47c573a60044a21d5e29c0c (diff)
downloadvim-git-a9defadb8f03ecd03f3297305d5482ba380774dc.tar.gz
patch 8.1.0169: calling message_filtered() a bit too oftenv8.1.0169
Problem: Calling message_filtered() a bit too often. Solution: Only call message_filtered() when filtering is already false.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/quickfix.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt
index c3f850437..2955edac9 100644
--- a/runtime/doc/quickfix.txt
+++ b/runtime/doc/quickfix.txt
@@ -298,6 +298,10 @@ processing a quickfix or location list command, it will be aborted.
from the last error backwards, -1 being the last error.
The 'switchbuf' settings are respected when jumping
to a buffer.
+ The |:filter| command can be used to display only the
+ quickfix entries matching a supplied pattern. The
+ pattern is matched against the filename, module name,
+ pattern and text of the entry.
:cl[ist] +{count} List the current and next {count} valid errors. This
is similar to ":clist from from+count", where "from"
@@ -1287,7 +1291,7 @@ to the file.
Changing directory
The following uppercase conversion characters specify the type of special
-format strings. At most one of them may be given as a prefix at the begin
+format strings. At most one of them may be given as a prefix at the beginning
of a single comma-separated format pattern.
Some compilers produce messages that consist of directory names that have to
be prepended to each file name read by %f (example: GNU make). The following