Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

using rails.vim Rake run spec in MacVim, how to get colored output

when using Rake to run a spec, the output in quickfix is not colored, meaning, it doesn't have green for passing specs and red for failing specs. Is this something solvable? Thanks for any hints.

like image 884
yiwen Avatar asked Dec 14 '10 16:12

yiwen


1 Answers

According to Tim Pope, the author of rails.vim, not much that can be done about that; Vim doesn't support ANSI color codes.

like image 180
yiwen Avatar answered Sep 25 '22 18:09

yiwen