aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-06-22 06:28:49 -0400
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-06-23 18:17:09 -0400
commit3a49fa8f8b348b48e90860ec3fdf005d301ba9d0 (patch)
tree2c0008f3928bada854579c791a27476f8ac6788e /runtime
parentbb02ca6defb65110a426b579e81cd1a6f9eb886a (diff)
downloadrneovim-3a49fa8f8b348b48e90860ec3fdf005d301ba9d0.tar.gz
rneovim-3a49fa8f8b348b48e90860ec3fdf005d301ba9d0.tar.bz2
rneovim-3a49fa8f8b348b48e90860ec3fdf005d301ba9d0.zip
vim-patch:8.1.0169: calling message_filtered() a bit too often
Problem: Calling message_filtered() a bit too often. Solution: Only call message_filtered() when filtering is already false. https://github.com/vim/vim/commit/a9defadb8f03ecd03f3297305d5482ba380774dc
Diffstat (limited to 'runtime')
-rw-r--r--runtime/doc/quickfix.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt
index d20a91dc2d..7b9c418a46 100644
--- a/runtime/doc/quickfix.txt
+++ b/runtime/doc/quickfix.txt
@@ -1257,7 +1257,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