I installed janus for my macvim (I am running Snow Leopard) and everytime I go to edit the ~/.vimrc file I get these errors:
Error detected while processing function Edit:
line 7:
E319: Sorry, the command is not available in this version: ruby << RUBY
line 8:
E492: Not an editor command: destination = File.expand_path(VIM.evaluate(%{sys
tem("dirname " . shellescape(a:file, 1))}))
line 9:
E488: Trailing characters: pwd = File.expand_path(Dir.pwd)
line 10:
E492: Not an editor command: home = pwd == File.expand_path("~")
line 12:
E121: Undefined variable: home
E15: Invalid expression: home || Regexp.new("^" + Regexp.escape(pwd)) !~ destina
tion
line 15:
command-t.vim requires Vim to be compiled with Ruby support
The changes I make work. But when I save and quit and reopen, the changes are no longer made and it is back to default.