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

I've added some code to ensure that vim-preview is only loaded once per vim session #12

Closed spf13 closed 13 years ago

spf13 commented 13 years ago

Some plugins like vundle source .vimrc and without this code at the top of the plugin the plugin tried to load itself again and creates collisions trying to redefine it's functions.

Also makes it so you can source your own .vimrc file after editing it without needing to restart vim.

greyblake commented 13 years ago

Hi! Thanks for your commit. I am really sorry for delay.

spf13 commented 13 years ago

no problem. Happy to help.