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!