| brep : Scan certain buffers for a regexp and save the result as quickfix list 
 
 
  | script karma | Rating 0/0,
    Downloaded by 2046 | Comments, bugs, improvements | Vim wiki |  
 
script versions (upload new version)| created by |  | Tom Link |  |  |  | script type |  | utility |  |  |  | description |  | Yet another buffer "grep". This plugin provides the following command: 
 Brep[!] REGEXP
 Scan buffers for REGEXP.
 With the optional bang '!', scan unlisted buffers too.
 
 |  |  |  | install details |  | In order to install the vba, open the vba file in VIM and type: > 
 :so %
 
 See :help vimball for details.
 
 Optional enhancement: trag (vimscript #2033)
 
 Also available via git: http://github.com/tomtom/brep_vim/
 
 |  |  |  
Click on the package to download.
 
 
ip used for rating: 142.132.191.50
        | brep.vba | 0.02 | 2011-07-07 | 7.0 | Tom Link | - Remove dependencies on tlib - Optionally use :bufdo (if g:brep#use_bufdo = 1)
 - Automatically use :bufdo if the pattern contains \n
 MD5 checksum: 37ca19d799be1d68bfd238c8155caf9a
 |  
        | brep.vba | 0.1 | 2011-07-05 | 7.0 | Tom Link | Initial upload |  |