You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a local package which diverged from its remote due to changes I committed. When I run :PlugClean it would appear as an invalid plugin prompted for deletion despite having it set { 'frozen': 1}
Latest vim-plug version
Type:
Bug
OS:
Linux
The text was updated successfully, but these errors were encountered:
elig0n
changed the title
PlugClean wants to clean frozen diverged packages
PlugClean wants to clean frozen diverged package
Jan 19, 2022
Currently frozen only means that vim-plug will not update the plugin. It doesn't mean that vim-plug will not try to inspect it and remove it. But I think it makes sense to make PlugClean ignore 'frozen' plugins.
I have a local package which diverged from its remote due to changes I committed. When I run
:PlugClean
it would appear as an invalid plugin prompted for deletion despite having it set{ 'frozen': 1}
Latest vim-plug version
The text was updated successfully, but these errors were encountered: