mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 10:35:38 -07:00
Add pending test case on dependency resolution
This commit is contained in:
parent
5168cd50db
commit
288a4f72ce
@ -328,6 +328,13 @@ Execute (Partial PlugInstall):
|
||||
PlugInstall vim-fnr vim-easy-align 1
|
||||
q
|
||||
|
||||
Execute (TODO Check dependent plugin):
|
||||
^ It is a known issue that when a dependent plugin is installed, it is not
|
||||
^ immediately added to runtimepath. It only becomes available when
|
||||
^ plug#end() is called.
|
||||
|
||||
Assert &rtp =~ 'pseudocl', &rtp
|
||||
|
||||
Given (Unaligned code):
|
||||
a=1
|
||||
aa=2
|
||||
|
Loading…
Reference in New Issue
Block a user