Parcourir la source

Updating plugins -> Installing plugins

Junegunn Choi il y a 12 ans
Parent
commit
0c865ba6bf
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      plug.vim

+ 1 - 1
plug.vim

@@ -216,7 +216,7 @@ function! s:update_impl(pull, args)
   endif
 
   call s:prepare()
-  call append(0, 'Updating plugins')
+  call append(0, a:pull ? 'Updating plugins' : 'Installing plugins')
   call append(1, '['. s:lpad('', len(g:plugs)) .']')
   normal! 2G
   redraw