From 5787e7e99f3667c2f15261b06b38cf22d9e5a6b0 Mon Sep 17 00:00:00 2001 From: gmarik Date: Sat, 30 Jul 2011 18:44:54 -0500 Subject: [PATCH] moved to scripts.vim --- autoload/vundle/installer.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/autoload/vundle/installer.vim b/autoload/vundle/installer.vim index 508b32d..086168d 100644 --- a/autoload/vundle/installer.vim +++ b/autoload/vundle/installer.vim @@ -6,7 +6,6 @@ func! vundle#installer#new(bang, ...) abort let names = map(copy(bundles), 'v:val.name') call s:display(['" Installing'], names) - setl cursorline norelativenumber nonu exec ":1" redraw!