We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In my .vimrc (Vim 7.3, Linux) I have lines like
Bundle 'Gundo' " better undo management (undo tree)
Or in general: I have a comment after the Bundle function.
Bundle
Every single line with a comment throws following error:
line 26: E116: Invalid arguments for function vundle#config#bundle
Is this a vim bug or a vundle bug? (If vundle, it would be awesome of course if you could fix it)
The text was updated successfully, but these errors were encountered:
Is this a vim bug or a vundle bug?
It is vundle problem. But it is feature in current vundle.
Sorry, something went wrong.
Ah ok..
In what way is this a feature? I do not see any advantage in this behavior ATM... :D
It's known issue. see #49. Closing as duplicate. It will be fixed in next release.
ah ok... thank you
No branches or pull requests
In my .vimrc (Vim 7.3, Linux) I have lines like
Or in general: I have a comment after the
Bundle
function.Every single line with a comment throws following error:
Is this a vim bug or a vundle bug?
(If vundle, it would be awesome of course if you could fix it)
The text was updated successfully, but these errors were encountered: