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

Rdoc preview: uninitialized constant GitHub::Markup::RDoc #23

Open petRUShka opened 12 years ago

petRUShka commented 12 years ago

When I try to use vim-preview with Rdoc I catch such error:

Обнаружена ошибка при обработке function <SNR>80_Preview..preview#show:
строка    4:
NameError: (eval):74:in `show_rdoc': uninitialized constant GitHub::Markup::RDoc 

I have github-markup gem installed both on system and on default rvm ruby. System Ruby is 1.8.7

greyblake commented 12 years ago

Looks like API of github-markup gem was changed. Thanks for the report.