Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged

Conversation

spf13
Copy link
Contributor

@spf13 spf13 commented Jun 16, 2011

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 added a commit that referenced this pull request Jul 2, 2011
…53302

I've added some code to ensure that vim-preview is only loaded once per vim session
@greyblake greyblake merged commit 214c2f8 into greyblake:master Jul 2, 2011
@greyblake
Copy link
Owner

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

@spf13
Copy link
Contributor Author

spf13 commented Jul 5, 2011

no problem. Happy to help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants