Re: thoughts on grep/quickfix grep/location list interaction, doc patch

2010-09-03 Fir de Conversatie Britton Kerin
On Thu, Sep 2, 2010 at 5:30 AM, Marc Weber wrote: > Y usually copy the results of the quickfix window into a new buffer and > then use :g or :v or or the like to keep the lines I'm interested in (I > mapped this "filter lines") so its very fast for me. > > For huge projects I don't use grep - I us

Re: thoughts on grep/quickfix grep/location list interaction, doc patch

2010-09-03 Fir de Conversatie Britton Kerin
On Wed, Sep 1, 2010 at 11:39 PM, Gary Johnson wrote: > On 2010-08-31, Britton Kerin wrote: >> Hello, >> >> I only fairly recently found out about :copen :lopen etc.  Some snippets >> using >> them are popular on vim_use: >> >>     >> http://groups.google.com/group/vim_use/browse_thread/thread/21

Re: thoughts on grep/quickfix grep/location list interaction, doc patch

2010-09-02 Fir de Conversatie Marc Weber
Y usually copy the results of the quickfix window into a new buffer and then use :g or :v or or the like to keep the lines I'm interested in (I mapped this "filter lines") so its very fast for me. For huge projects I don't use grep - I use gnu id utils for speed reasons. Writing additional filter

Re: thoughts on grep/quickfix grep/location list interaction, doc patch

2010-09-02 Fir de Conversatie Marko Mahnič
On Aug 31, 3:00 pm, Britton Kerin wrote: > >  * Its not easy to filter the grep results.  When a user needs to grep it >    usually means: > The command VxOccur from the vimuiex plugin (vimscript#2606) tries to solve this problem. The vimgrep results are displayed in a popup window and can be fur

Re: thoughts on grep/quickfix grep/location list interaction, doc patch

2010-09-01 Fir de Conversatie Gary Johnson
On 2010-08-31, Britton Kerin wrote: > Hello, > > I only fairly recently found out about :copen :lopen etc. Some snippets using > them are popular on vim_use: > > > http://groups.google.com/group/vim_use/browse_thread/thread/211ed834076e7526/9f756b498db39636?lnk=gst&q=Run+lgrep+then+immediat

thoughts on grep/quickfix grep/location list interaction, doc patch

2010-08-31 Fir de Conversatie Britton Kerin
Hello, I only fairly recently found out about :copen :lopen etc. Some snippets using them are popular on vim_use: http://groups.google.com/group/vim_use/browse_thread/thread/211ed834076e7526/9f756b498db39636?lnk=gst&q=Run+lgrep+then+immediately+#9f756b498db39636 At minimum, I think these c