updated for version 7.0034

This commit is contained in:
Bram Moolenaar
2005-01-08 16:11:57 +00:00
parent 13065c4e70
commit e49b69a091
3 changed files with 62 additions and 30 deletions
+2 -2
View File
@@ -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.