Closed michaelmior closed 10 years ago
Hmm, looks like the Ruby code is not properly loaded for some reason. Please post the output of the following commands:
:ruby puts RUBY_VERSION
:ruby require 'json'; puts JSON
It turns out that although I'm using rvm, vim uses the system Ruby which I wasn't aware of. When I installed the json
gem to my system Ruby, things worked just fine. Thanks!
I get the following message any time I try to run any of the example commands. My vim version is also included below.