Real-time progress report

This commit is almost identical to the reverted
60b907c87f, but it tries to avoid high CPU load
by not printing every line.
This commit is contained in:
Junegunn Choi
2014-07-13 03:54:53 +09:00
parent 35c5f2830b
commit af89938633
2 changed files with 84 additions and 24 deletions

View File

@@ -239,7 +239,7 @@ Execute (PlugClean! to remove vim-emoji):
Execute (PlugUpdate to install both again):
PlugUpdate
AssertEqual 2, len(filter(getline(1, line('$')), 'v:val =~ "Cloning into"'))
AssertEqual 2, len(filter(getline(1, line('$')), 'v:val =~ "^- [^:]*:"'))
AssertEqual 3, g:vimrc_reloaded
Assert !empty(globpath(&rtp, 'colors/seoul256.vim')), 'seoul256.vim should be found'
Assert !empty(globpath(&rtp, 'autoload/emoji.vim')), 'vim-emoji should be found'