On Nov 23, 2013 9:43 PM, "Peng Yu" <peng...@gmail.com> wrote:
>
> Something like 'grep --color' (although it produces colored output)
> won't cause the problem. You have to use ack. Did you use ack?
It will. Just make sure you use 'grep --color=always'. By default 'grep --color=auto' is used which will not cause problems.
> You received this message because you are subscribed to the Google Groups "vim_use" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+u...@googlegroups.com.
There is :AnsiEsc command provided by vimscript #302. It will make this output colored in vim, hiding (assuming vim was compiled with +conceal) or removing this sequences. It will disable other highlighting though if you use any with this buffer.