Update Pathogen for Vim

This commit is contained in:
Eryn Wells 2013-10-02 09:11:34 -07:00
parent 9a6f47b997
commit 05053f716f
2 changed files with 216 additions and 33 deletions

3
vimrc
View file

@ -3,8 +3,7 @@
set nocompatible "use enhanced vim features
call pathogen#helptags()
call pathogen#runtime_append_all_bundles()
execute pathogen#infect()
set autoread "reread files changed outside of vim
set noautowrite "don't write files before commands like :next and :make