summaryrefslogtreecommitdiff
path: root/runtime/doc/quickfix.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-01-21 11:55:25 +0000
committerBram Moolenaar <Bram@vim.org>2005-01-21 11:55:25 +0000
commitdcaf10e19aac2af7c93d6dd23cb6241f971f2b19 (patch)
treed704aec40840d64d81fbf7225fcd5dd64eab847f /runtime/doc/quickfix.txt
parentca4729948bdc79d2175607194fdd98df7d6eb529 (diff)
downloadvim-git-dcaf10e19aac2af7c93d6dd23cb6241f971f2b19.tar.gz
updated for version 7.0043
Diffstat (limited to 'runtime/doc/quickfix.txt')
-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 57ea91f9a..efec7966c 100644
--- a/runtime/doc/quickfix.txt
+++ b/runtime/doc/quickfix.txt
@@ -1,4 +1,4 @@
-*quickfix.txt* For Vim version 7.0aa. Last change: 2005 Jan 10
+*quickfix.txt* For Vim version 7.0aa. Last change: 2005 Jan 20
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -288,6 +288,8 @@ advantages are:
- Uses Vim search patterns. Multi-line patterns can be used.
- When plugins are enabled: compressed and remote files can be searched.
|gzip| |netrw|
+- When 'hidden' is set the files are kept loaded, thus repeating a search is
+ much faster. Uses a lot of memory though!
5.1 using Vim's internal grep
@@ -303,6 +305,8 @@ advantages are:
'ignorecase' applies. To overrule it use |/\c| to
ignore case or |/\C| to match case. 'smartcase' is
not used.
+ Every second or so the searched file name is displayed
+ to give you an idea of the progress made.
Examples: >
:vimgrep /an error/ *.c
:vimgrep /\<FileName\>/ *.h include/*