vim: Upgrade Plug itself (fixes #52)

This commit is contained in:
Roey Darwish Dror
2018-07-14 17:20:55 +03:00
parent 67eb35596e
commit 397f347f34

View File

@@ -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",
} }
} }
} }