From 88bad3380d066f3f296865c875420f263f4cbc9b Mon Sep 17 00:00:00 2001 From: czwinzscher <40801720+czwinzscher@users.noreply.github.com> Date: Tue, 23 Feb 2021 09:21:58 +0100 Subject: [PATCH] add support for paq-nvim (#655) --- src/steps/upgrade.vim | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/steps/upgrade.vim b/src/steps/upgrade.vim index 3c0d1dde..481735e5 100644 --- a/src/steps/upgrade.vim +++ b/src/steps/upgrade.vim @@ -24,4 +24,9 @@ if exists(":DeinUpdate") DeinUpdate endif +if exists(":PaqUpdate") + echo "PaqUpdate" + PaqUpdate +endif + quitall