mirror of
https://github.com/junegunn/vim-plug.git
synced 2025-12-07 09:34:25 +08:00
Fix: dependent plugins not loaded after initial installaion
This commit is contained in:
@@ -328,11 +328,7 @@ 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.
|
||||
|
||||
Execute (Check dependent plugin):
|
||||
Assert &rtp =~ 'pseudocl', &rtp
|
||||
|
||||
Given (Unaligned code):
|
||||
|
||||
Reference in New Issue
Block a user