vim: Upgrade Plug itself (fixes #52)
This commit is contained in:
@@ -29,7 +29,7 @@ impl PluginFramework {
|
|||||||
match self {
|
match self {
|
||||||
PluginFramework::NeoBundle => "NeoBundleUpdate",
|
PluginFramework::NeoBundle => "NeoBundleUpdate",
|
||||||
PluginFramework::Vundle => "PluginUpdate",
|
PluginFramework::Vundle => "PluginUpdate",
|
||||||
PluginFramework::Plug => "PlugUpdate",
|
PluginFramework::Plug => "PlugUpgrade | PlugUpdate",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user