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 '/' in quickfix so n, N, etc. work (no solution yet).
You can use
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 firs
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) (so