You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gmarik edited this page Jun 9, 2011
·
33 revisions
Vundle Wiki
FAQ
Vundle On OSX
using filetype off with stock OSX vim (/usr/bin/vim) causes vim to exit with non zero error code in completely valid cases. The workaround is to enable filetype before disabling it, like this:
filetype on
filetype off
..."your configuration goes here