Macvim için janus kurdum (Snow Leopard kullanıyorum) ve ~ / .vimrc dosyasını düzenlemeye gittiğimde aşağıdaki hataları alıyorum:
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
İş yaptığım değişiklikler. Ancak kaydettiğimde ve çıkıp tekrar açtığımda, değişiklikler artık yapılmıyor ve varsayılanlara geri dönüyor.