Bruno De Deken

Results 6 comments of Bruno De Deken

Same issue here. (I have same redcarpet version installed). I'm running OS X El Capitan

I get: ` line 6: LoadError: cannot load such file -- redcarpet ` However, if I run `redcarpet --version` in Terminal, I get output: `Redcarpet 3.3.4%`

UPDATE: After saving the file ``` rb require 'redcarpet' renderer = Redcarpet::Render::HTML markdown = Redcarpet::Markdown.new(renderer) text = '# THIS IS TITLE' p markdown.render text ``` and running it, I get...

@greyblake My Vim was compiled with ruby 2.0: when I run your script from within Vim I get ``` ruby 2.0.0p645 (2015-04-13 revision 50299) [universal.x86_64-darwin15] Error detected while processing /Users/brunodd/test.rb:...

Those commands all give the exact same output on my machine. But when running the script from within vim using `:so %` I get the: ``` line 6: LoadError: cannot...

I'm running in the same issue. Commenting to track any progress..