Skip to content
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

Closed
gmile opened this issue Apr 17, 2011 · 16 comments
Closed

Invalid arguments for function vundle#config#bundle #13

gmile opened this issue Apr 17, 2011 · 16 comments
Labels
Milestone

Comments

@gmile
Copy link

gmile commented Apr 17, 2011

Somehow I am unable to use vundle at all. I've followed 2 install steps: installed vundle via git 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.

@gmarik
Copy link
Contributor

gmarik commented Apr 17, 2011

Hey!
that's because of the comment you use Bundle 'jpo/vim-railscasts-theme' " Railscasts theme
which is interpreted as an argument for Bundle command.

Yeah, weird...

@gmarik
Copy link
Contributor

gmarik commented Apr 17, 2011

this should work

Please let me know if you have any more issues...

@gmile
Copy link
Author

gmile commented Apr 17, 2011

Thanks, this now seems to work. Should we close the issue?

@gmarik
Copy link
Contributor

gmarik commented Apr 17, 2011

nah, let's keep it open for now, it's pretty nasty "feature"...

@gmarik gmarik closed this as completed in bb402fa May 30, 2011
@gmarik gmarik reopened this Jun 1, 2011
@gmarik
Copy link
Contributor

gmarik commented Jun 1, 2011

conflicts with #50

@leifwickland
Copy link

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.)

@gmarik
Copy link
Contributor

gmarik commented Jun 6, 2011

Time to make this clear in sample .vimrc, too many ppl are getting into this issue...
thanks @leifwickland )

@jasonkuhrt
Copy link

Just ran into this issue too. Fixed it in my vimrc

@vrybas
Copy link

vrybas commented Dec 28, 2012

@gmarik I guess it's time to close this issue then

@weynhamz
Copy link
Contributor

@vrybas Acctually, this issue has not been solved yet.

@wakatara
Copy link

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.

@afranke
Copy link

afranke commented Apr 9, 2013

I'd close #282 as a duplicate of this but it seems github won't let me.

@MarcWeber
Copy link

status update or close

@starcraftman
Copy link
Contributor

@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.

@gmarik
Copy link
Contributor

gmarik commented Mar 18, 2014

The right way to solve it is to add Plugin instead of Bundle for example and enable double quotes for Plugin so it's backward compatible.

see #403

@starcraftman
Copy link
Contributor

Comments are now possible using the Plugin command. The Bundle command remains unchanged due to legacy support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

10 participants