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
Current paq implementation has no option to run hook if there's no update.
vim-plug has option to execute post hook with PlugInstall!, PlugUpdate!.
It's useful when you have error while running hook and want to re-run hook.
Maybe we can add <bang> option to PaqInstall, PaqUpdate, PaqSync or introduce new command.
Thanks for the great plugin, learned lot from your source code.
The text was updated successfully, but these errors were encountered:
BREAKING CHANGE:
- Remove the `hook` option. It's been deprecated since v0.6.
- Remove `PaqRunHooks`. It's been an awful hack since it was
introduced. The new `PaqRunHook` works much better.
See #53
Current paq implementation has no option to run hook if there's no update.
vim-plug has option to execute post hook with
PlugInstall!
,PlugUpdate!
.It's useful when you have error while running hook and want to re-run hook.
Maybe we can add
<bang>
option toPaqInstall
,PaqUpdate
,PaqSync
or introduce new command.Thanks for the great plugin, learned lot from your source code.
The text was updated successfully, but these errors were encountered: