diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-07 22:38:47 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-07 22:38:47 +0000 |
commit | 1f35bf9cab16d3f3a63c47894c69c9aa699d8145 (patch) | |
tree | 6484c3e7edc2bcc857cb509b18c5d52d4977db59 /runtime/doc/quickfix.txt | |
parent | a203182302733c0ea98d66ee1f576f251697dc81 (diff) | |
download | vim-git-1f35bf9cab16d3f3a63c47894c69c9aa699d8145.tar.gz |
updated for version 7.0217v7.0217
Diffstat (limited to 'runtime/doc/quickfix.txt')
-rw-r--r-- | runtime/doc/quickfix.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt index 974b7a510..5a8370057 100644 --- a/runtime/doc/quickfix.txt +++ b/runtime/doc/quickfix.txt @@ -1,4 +1,4 @@ -*quickfix.txt* For Vim version 7.0aa. Last change: 2006 Feb 04 +*quickfix.txt* For Vim version 7.0aa. Last change: 2006 Mar 07 VIM REFERENCE MANUAL by Bram Moolenaar @@ -499,6 +499,12 @@ advantages are: pattern to ignore case or |/\C| to match case. 'smartcase' is not used. + When a number is put before the command this is used + as the maximum number of matches to find. Use + ":1vimgrep pattern file" to find only the first. + Useful if you only want to check if there is a match + and quit quickly when it's found. + Without the 'j' flag Vim jumps to the first match. With 'j' only the quickfix list is updated. With the [!] any changes in the current buffer are |