From d0c4676d080658288e75263d845c1eb18b4c38c1 Mon Sep 17 00:00:00 2001 From: Haak Saxberg Date: Thu, 1 Aug 2013 19:40:59 -0700 Subject: [PATCH] modern pathogen invocation --- vim-files/.vimrc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/vim-files/.vimrc b/vim-files/.vimrc index b29d781..e9083db 100644 --- a/vim-files/.vimrc +++ b/vim-files/.vimrc @@ -1,3 +1,7 @@ -execute pathogen#infect() -syntax on +filetype off + +call pathogen#infect() +call pathogen#helptags() + filetype plugin indent on +syntax on