From 73e9c651fa8889be97170e14fde680b58fa3fe58 Mon Sep 17 00:00:00 2001 From: gmarik Date: Fri, 19 Aug 2011 00:53:49 -0500 Subject: [PATCH] helptags is a part of install script now --- autoload/vundle/installer.vim | 2 -- 1 file changed, 2 deletions(-) diff --git a/autoload/vundle/installer.vim b/autoload/vundle/installer.vim index b63a6fa..2b69153 100644 --- a/autoload/vundle/installer.vim +++ b/autoload/vundle/installer.vim @@ -9,8 +9,6 @@ func! vundle#installer#new(bang, ...) abort call s:process(a:bang, (a:bang ? 'I':'i')) call vundle#config#require(bundles) - - call vundle#installer#helptags(bundles) endf