comparison runtime/doc/quickfix.txt @ 86:8173ec1e9f1f v7.0034

updated for version 7.0034
author vimboss
date Sat, 08 Jan 2005 16:11:57 +0000
parents f55897d6921d
children d4f3db33d782
comparison
equal deleted inserted replaced
85:fc244e0a6e7e 86:8173ec1e9f1f
1 *quickfix.txt* For Vim version 7.0aa. Last change: 2004 Dec 28 1 *quickfix.txt* For Vim version 7.0aa. Last change: 2005 Jan 08
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
290 |gzip| |netrw| 290 |gzip| |netrw|
291 291
292 292
293 5.1 using Vim's internal grep 293 5.1 using Vim's internal grep
294 294
295 *:vim* *:vimgrep* 295 *:vim* *:vimgrep* *E682* *E683*
296 :vim[grep][!] /{pattern}/ {file} ... 296 :vim[grep][!] /{pattern}/ {file} ...
297 Search for {pattern} in the files {file} ... and set 297 Search for {pattern} in the files {file} ... and set
298 the error list to the matches. 298 the error list to the matches.
299 {pattern} if a Vim search pattern. Instead of 299 {pattern} if a Vim search pattern. Instead of
300 enclosing it in / any non-ID character |'isident'| 300 enclosing it in / any non-ID character |'isident'|