From 0f61c7ab333be60c3e82cadb52135349e13adb9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20N=C3=A4gele?= Date: Tue, 4 Feb 2014 18:29:23 +0100 Subject: [PATCH] fixed the previous commit, works now --- vimrc | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/vimrc b/vimrc index ecb236b..bb0427d 100644 --- a/vimrc +++ b/vimrc @@ -5,11 +5,6 @@ set nocompatible " vi compatibility off scriptencoding utf-8 -"" Vundle -filetype off -set rtp+=~/.vim/bundle/vundle/ -call vundle#rc() - "" filetype plugin and syntax syntax on filetype indent plugin on @@ -137,7 +132,7 @@ if !filereadable(vundle_readme) echo "" silent !mkdir -p ~/.vim/bundle silent !git clone https://github.com/gmarik/vundle ~/.vim/bundle/vundle - let installed_vundle=0 + let installed_vundle=1 endif set rtp+=~/.vim/bundle/vundle/ call vundle#rc() @@ -162,11 +157,10 @@ Bundle 'mileszs/ack.vim' "Bundle 'Yggdroot/indentLine' " good with my urxvt config: let g:indentLine_color_term = 239 if installed_vundle == 1 - echo "Installing Bundles, please ignore key map error messages" - echo "" :BundleInstall endif "" }}} + "#################################################################### " bundle options {{{ "####################################################################