5

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.

Xavier T.
  • 40,509
  • 10
  • 68
  • 97
yiwen
  • 1,057
  • 1
  • 12
  • 17

2 Answers2

5

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

yiwen
  • 1,057
  • 1
  • 12
  • 17
0

It may be possible by recompiling vim as this plugin suggest. I haven't tried it myself.

http://www.vim.org/scripts/script.php?script_id=302

Ivan -Oats- Storck
  • 4,096
  • 3
  • 30
  • 39