Browse Source

moved to scripts.vim

pull/71/head
gmarik 15 years ago
parent
commit
5787e7e99f
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      autoload/vundle/installer.vim

+ 0
- 1
autoload/vundle/installer.vim 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!


Loading…
Cancel
Save