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

PreviewRst not working: "E117: Unknown function: preview#show_rst" #19

Closed blueyed closed 12 years ago

blueyed commented 12 years ago

When trying to use :PreviewRst it fails as follows:

Error detected while processing function <SNR>80_PreviewRst:
line    2:
E117: Unknown function: preview#show_rst
bcachet commented 12 years ago

I make a pull request to greyblake to re-enable RST support that was added in version 0.2 and removed later. Just have a look to https://github.com/greyblake/vim-preview/issues/ to follow evolution

Sincerely

Bertrand

greyblake commented 12 years ago

Fixed with bcachet's cherry pick.