We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Common Vundle issues and their solutions
Check your git EOL setting, it might be changing them;
git config --global core.autocrlf input
or:
:set fileformat=unix :w
references: #445, #492, #554
Verify the directory you installed Vundle actually exists (e.g. bundle/vundle.vim)
bundle/vundle.vim
Check :scriptnames to see which directory Vundle is loading from (or if loading at all)
:scriptnames
Check that you have pulled the latest version of Vundle
references: #506, #553, #640