On 19:50 Wed 21 Mar     , Roman Dobosz wrote:
> On Wed, 21 Mar 2012 18:27:03 +0000
> Marcin Szamotulski <[email protected]> wrote:
> 
> > You can try:
> > bufdo vmigrepadd /pattern/j %
> 
> This is exactly what I was looking for. Thank you!
> 
> OTOH I was thinking about some function in python just to scan every
> existing buffer for a pattern and than fill up quickfix/location
> buffer with the results. This would have the advantage of scanning
> not saved buffers, but it would be an overkill for your solution
> (even if I have to have files on the disk). Thanks again.
> 
> -- 
> Roman Dobosz <[email protected]>
> 
> -- 
> You received this message from the "vim_use" maillist.
> Do not top-post! Type your reply below the text you are replying to.
> For more information, visit http://www.vim.org/maillist.php

In my experience using python pattern matching is much faster than vim regexp
engine though.

Marcin

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to