diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-01-08 16:11:57 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-01-08 16:11:57 +0000 |
commit | e49b69a091e72ce1b1a5e7091ebf2ebddd795e6d (patch) | |
tree | d07e2e964f1ff37dca5be0e4289ec246faa57650 /runtime/doc/quickfix.txt | |
parent | 13065c4e70f9e227e50513e8ffa4a3e79005babf (diff) | |
download | vim-e49b69a091e72ce1b1a5e7091ebf2ebddd795e6d.zip |
updated for version 7.0034
Diffstat (limited to 'runtime/doc/quickfix.txt')
-rw-r--r-- | runtime/doc/quickfix.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/quickfix.txt b/runtime/doc/quickfix.txt index 4aeafdd08..0745aff31 100644 --- a/runtime/doc/quickfix.txt +++ b/runtime/doc/quickfix.txt @@ -1,4 +1,4 @@ -*quickfix.txt* For Vim version 7.0aa. Last change: 2004 Dec 28 +*quickfix.txt* For Vim version 7.0aa. Last change: 2005 Jan 08 VIM REFERENCE MANUAL by Bram Moolenaar @@ -292,7 +292,7 @@ advantages are: 5.1 using Vim's internal grep - *:vim* *:vimgrep* + *:vim* *:vimgrep* *E682* *E683* :vim[grep][!] /{pattern}/ {file} ... Search for {pattern} in the files {file} ... and set the error list to the matches. |