Color Support for :! and :Shell system command execution

2011-03-22 Fir de Conversatie Kevin
Wanted to suggest adding support for terminal colors to gvim. Currently, vim in a terminal can get colored output from system commands that offer a colored output feature (grep, ls, grep alternatives like ack-grep.) gvim doesn't interpret the terminal color control characters shows the ascii parts

Re: Color Support for :! and :Shell system command execution

2011-03-22 Fir de Conversatie Charles Campbell
Kevin wrote: Wanted to suggest adding support for terminal colors to gvim. Currently, vim in a terminal can get colored output from system commands that offer a colored output feature (grep, ls, grep alternatives like ack-grep.) gvim doesn't interpret the terminal color control characters

Re: Color Support for :! and :Shell system command execution

2011-03-22 Fir de Conversatie Will Gray (graywh)
On Mar 22, 1:27 pm, Charles Campbell charles.e.campb...@nasa.gov wrote: Perhaps the AnsiEsc plugin which colorizes text according to ansi escape sequences does what you want; you can get the plugin from:      http://vim.sourceforge.net/scripts/script.php?script_id=302  (stable)      

Re: Color Support for :! and :Shell system command execution

2011-03-22 Fir de Conversatie Charles E Campbell Jr
Will Gray (graywh) wrote: On Mar 22, 1:27 pm, Charles Campbellcharles.e.campb...@nasa.gov wrote: Perhaps the AnsiEsc plugin which colorizes text according to ansi escape sequences does what you want; you can get the plugin from:

Re: Color Support for :! and :Shell system command execution

2011-03-22 Fir de Conversatie Ben Schmidt
On 23/03/11 3:21 AM, Kevin wrote: Wanted to suggest adding support for terminal colors to gvim. I want this, too, and it's on my to-do list to investigate implementing some time. That certainly shouldn't stop anyone else jumping in and doing it, though. No idea when I might have enough time