arnaud-lb / vim-php-namespace

PHP namespace support for VIM. Types "use" statements for you
256 stars 29 forks source link

Fix for 'function already exists' error #7

Closed hlissner closed 11 years ago

hlissner commented 11 years ago

Added !'s to the func definitions.

I mistook the following error for a plugin conflict, but it happens when the script gets re-sourced by Vundle after running :BundleInstall!

Error detected while processing /Volumes/Storage/Dropbox/dev/vim/bundle/vim-php-namespace/plugin/phpns.vim: E122: Function 74_searchCapture already exists, add ! to replace it E122: Function 74_saveCapture already exists, add ! to replace it

arnaud-lb commented 11 years ago

Thanks!