Fix invalid diagnosis of PlugStatus with wildcard tags (#619)

This commit is contained in:
Andrew Nowak
2017-04-14 02:13:49 +01:00
committed by Junegunn Choi
parent 580f0a559c
commit 1d3c88292b
2 changed files with 14 additions and 1 deletions

View File

@@ -354,3 +354,16 @@ Expect:
- new-branch: OK
Finished. 0 error(s).
[=]
**********************************************************************
Execute (PlugStatus showed error with wildcard tag):
call plug#begin()
Plug 'junegunn/vim-easy-align', { 'tag': '*' }
call plug#end()
PlugUpdate
call PlugStatusSorted()
Expect:
- vim-easy-align: OK
Finished. 0 error(s).
[=]