greyblake / vim-preview

Vim plugin for previewing markup files(markdown,rdoc,textile,html)
GNU General Public License v2.0
209 stars 29 forks source link

Bluecloth gem not found #29

Closed nddery closed 11 years ago

nddery commented 11 years ago

When I press P in a Markdown file, MacVim says "To preview markdown format you need to install bluecloth gem". I have bluecloth installed and MacVim is configured with "-enable-rubyinterp".

Thanks,

nddery commented 11 years ago

Sorry, duplicate of https://github.com/greyblake/vim-preview/issues/17.

greyblake commented 11 years ago

@nddery So do you figure it out to make the plugin work?

nddery commented 11 years ago

Well from what I got this is an issue with Vim 7.3. I am on Mac and don't really want to re-install the default terminal Vim so I figured the solution was to wait for a Vim upgrade (if this ever comes). I am using RMV with Ruby 1.9.2.

Maybe I missed something there too.

greyblake commented 11 years ago

Ok. If you'll change your mind there is an article how to build vim against ruby 1.9.3 manually.