mirror of
https://github.com/junegunn/vim-plug.git
synced 2025-12-06 09:04:23 +08:00
Fix invalid diagnosis of PlugStatus with wildcard tags (#619)
This commit is contained in:
committed by
Junegunn Choi
parent
580f0a559c
commit
1d3c88292b
@@ -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).
|
||||
[=]
|
||||
|
||||
Reference in New Issue
Block a user