moved to scripts.vim

This commit is contained in:
gmarik 2011-07-30 18:44:54 -05:00
parent db7db6232f
commit 5787e7e99f

View File

@ -6,7 +6,6 @@ func! vundle#installer#new(bang, ...) abort
let names = map(copy(bundles), 'v:val.name') let names = map(copy(bundles), 'v:val.name')
call s:display(['" Installing'], names) call s:display(['" Installing'], names)
setl cursorline norelativenumber nonu
exec ":1" exec ":1"
redraw! redraw!