From 3d5656616caa797dfbb7761af35d3190184f8e07 Mon Sep 17 00:00:00 2001 From: jimi Date: Wed, 13 Oct 2010 20:10:54 -0500 Subject: [PATCH] Remove call to pathogen's helptags() --- vimrc | 1 - 1 file changed, 1 deletion(-) diff --git a/vimrc b/vimrc index 4bf523d..9fbbfe8 100644 --- a/vimrc +++ b/vimrc @@ -1,6 +1,5 @@ filetype off call pathogen#runtime_append_all_bundles() -call pathogen#helptags() filetype plugin indent on syntax enable