tpope / vim-bundler

bundler.vim: Lightweight support for Ruby's Bundler
https://www.vim.org/scripts/script.php?script_id=4280
404 stars 29 forks source link

Bundler hijacks sourcing of files #25

Closed teoljungberg closed 11 years ago

teoljungberg commented 11 years ago

I tried sourcing my vimrc by running :so %

Error detected while processing function <SNR>21_Bundle:
line    5:
E666: compiler not supported: bundler
Press ENTER or type command to continue

Should vim-bundler really behave like this?

tpope commented 11 years ago

Nothing's being hijacked. Vundle and bundler.vim just both chose to use the :Bundle command. There's a long running issue on vundle's repo about maybe renaming it. I'm not aware of a workaround.

teoljungberg commented 11 years ago

All right, thanks for the heads up!