summaryrefslogtreecommitdiffstats
path: root/runtime/doc/quickfix.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-03-07 16:32:54 +0100
committerBram Moolenaar <Bram@vim.org>2013-03-07 16:32:54 +0100
commit60abe75379f8b7c2076856c5f12ce2e7650110f6 (patch)
tree687ecaf2a2000b31cd2aa332861c581b9c4fda4a /runtime/doc/quickfix.txt
parentc389fd3a49c01674960fe2153af2f6e42b316c61 (diff)
updated for version 7.3.850v7.3.850
Problem: ":vimgrep //" matches everywhere. Solution: Make it use the previous search pattern. (David Bürgin)
Diffstat (limited to 'runtime/doc/quickfix.txt')
-rw-r--r--runtime/doc/quickfix.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt
index 9dd3baae0a..4738be0c22 100644
--- a/runtime/doc/quickfix.txt
+++ b/runtime/doc/quickfix.txt
@@ -574,6 +574,8 @@ commands can be combined to create a NewGrep command: >
'ignorecase' applies. To overrule it put |/\c| in the
pattern to ignore case or |/\C| to match case.
'smartcase' is not used.
+ If {pattern} is empty (e.g. // is specified), the last
+ used search pattern is used. |last-pattern|
When a number is put before the command this is used
as the maximum number of matches to find. Use