From 436bdf75623fb2f9af641a2aa75a27180164a310 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Tue, 21 Oct 2014 23:07:31 +0200 Subject: [PATCH] Disable the pathogen bundle. --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index ccdbcb1..6908f36 100755 --- a/vimrc +++ b/vimrc @@ -207,7 +207,7 @@ filetype plugin indent on " required! " Pathogen : "########################## " http://github.com/tpope/vim-pathogen -Bundle "tpope/vim-pathogen" +"Bundle "tpope/vim-pathogen" execute pathogen#infect()