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.
Asked
Active
Viewed 816 times
2 Answers
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.

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