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