Re: improving on the standard :grep behavior...

2010-07-25 Fir de Conversatie Peter Odding
6. Want :match called automatically in Quickfix buffer for searched pattern (solution: use custom command and function). 7. Actually, solution to 6 isn't quite what I want, I'd like it to behave as if I typed '/pat' in quickfix so n, N, etc. work (no solution yet). You can

improving on the standard :grep behavior...

2010-07-24 Fir de Conversatie Britton Kerin
I'm trying to tune the behavior of :grep. The things I'm trying to fix, and the solutions I have, if any: 1. Don't like the big list vim spits up (solution: use silent command) 2. Don't want to auto-jump to first match (no solution yet) 3. Want context (--context option to grep)

Re: improving on the standard :grep behavior...

2010-07-24 Fir de Conversatie James Vega
On Sat, Jul 24, 2010 at 05:32:16PM -0700, Britton Kerin wrote: I'm trying to tune the behavior of :grep. The things I'm trying to fix, and the solutions I have, if any: 1. Don't like the big list vim spits up (solution: use silent command) 2. Don't want to auto-jump to first