I am trying to upgrade to MacVim for ruby ββdev. One of the hangs that I have quickly runs the specs and easily gets the results (passes / failures).
When I run :Rake (or :!rspec % ), it runs the specifications in the current file. The result is displayed in the command window.
If I run this in a regular terminal, I get color output. That is, the dots are green, and the errors are red.
In MacVim, I get these weird [32m and [0m tokens. Here is an example: 
Any ideas on how to fix this?
ruby vim macvim rspec
Ben scheirman
source share