-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Invalid arguments for function vundle#config#bundle #13
Comments
Hey! Yeah, weird... |
this should work Please let me know if you have any more issues... |
Thanks, this now seems to work. Should we close the issue? |
nah, let's keep it open for now, it's pretty nasty "feature"... |
conflicts with #50 |
I just bumped into this one, too. I was using the .vimrc suggested in Vundle's README.md. Deleting the comment after "Bundle 'gmarik/vundle'" worked around it. (Thanks for making Vundle, @gmarik.) |
Time to make this clear in sample .vimrc, too many ppl are getting into this issue... |
Just ran into this issue too. Fixed it in my vimrc |
@gmarik I guess it's time to close this issue then |
@vrybas Acctually, this issue has not been solved yet. |
I agree with @vrybas, please for the love of god use the pull request. which allows comments on the same line. I switched over from pathogen this arvo and wasted 2 hours trying to figure out why the hell this wasn't working. Seriously, I almost reverted back to pathogen and considering this doesn't work in the example file on the home page and has behaviour which is non-standard/buggy (not allowing comment lines after the Bundle 'this/that' it is definitely an impediment to uptake. Just sayin. |
I'd close #282 as a duplicate of this but it seems github won't let me. |
status update or close |
@gmarik @jdevera If I've read this correctly, the -bar flag fixes the comment issue but breaks vimrcs if they are using double quotes on the Bundle line. Is this possible breakage the only thing holding this up? I understand the desire to be compatible, but we can't be so paralyzed as to prevent expected behaviour no? We can add an entry to the FAQ and make a clear not in README linking to it so people fix it. If we really don't want to do that, we should just close the bug. No point leaving it open. Note: Damn accidental deletion instead of cancel edit. |
The right way to solve it is to add see #403 |
Comments are now possible using the Plugin command. The Bundle command remains unchanged due to legacy support. |
Somehow I am unable to use vundle at all. I've followed 2 install steps: installed
vundle
viagit clone
and edited my.vimrc
(see this gist).Am I missing something or there's a bug in vundle?
P.S. Using Vim 7.3.
The text was updated successfully, but these errors were encountered: