Closed myitcv closed 11 years ago
Can you try removing all the single quotes '
from the config file and see if it works? If so, it's just a matter of tweaking a regex.
That does indeed return things to 'normal'
@tpope - thanks. Your great vim work continues...
My
~/.bundle/config
reads as follows:This contributes ~3 secs to the load time of a ruby file in a Bundler-enabled project.
Performance returns to 'normal' when this config is removed.
:set tags
with the config in place also seems to suggest thatvim-bundler
doesn't support this disabling of shared gems (whether at a global or per project level)Am I missing something in my config for
vim-bundler
?Thanks