Closed moll closed 11 years ago
Good catch, thanks. I removed the sourcing in the vimrc
file.
I was thinking of removing the !
s to error out if the file's loaded twice, but the tests seem to pass happily in this case, and I can't think of how to catch these errors at this time. For now, I'll leave the !
s as they are, so that it's at least safe to re-source if it happens for some reason.
Hey,
Just noticed you're sourcing
vimrunner_rc
twice — once in thevimrc
and then inVimrunner::Server#connect!
which gets called afterstart
anyways.