When using VIM is there a way that :grep or :vimgrep will color the patterns returned to the buffer?
Thanks!
|
2
|
|
|
|
|
|
If you search for the pattern after you've :vimgrep'd it, Vim will highlight it. Just edit the For a richer solution, try this script. |
||
|
|
|
|
You can use the Unix grep:
There may be other solutions using internal grep/vimgrep but this one works for me. |
||
|
|
|
|
Maybe ack fits your bill? |
||
|
|
|
|
Two ways:
|
||
|
|