commit e4ac7daee8d5c15089bcc97c3e5e446a746821cc parent 36a8ac04c2eba4b0031c9022948863782e186d23 Author: Alex Balgavy <a.balgavy@gmail.com> Date: Sun, 2 Feb 2020 00:45:20 +0100 vim: add vimplug upgrade & update command Former-commit-id: be7cfd26ec729ecc7b96620bc3192af176772b8e Diffstat:
A | vim/after/plugin/plug.vim | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/vim/after/plugin/plug.vim b/vim/after/plugin/plug.vim @@ -0,0 +1,3 @@ +if g:loaded_plug + command! PlugUp PlugUpgrade | PlugUpdate +endif