Support for updating kakoune plugins with kak-plug (#852)
This commit is contained in:
6
src/steps/upgrade.kak
Normal file
6
src/steps/upgrade.kak
Normal file
@@ -0,0 +1,6 @@
|
||||
try %{
|
||||
set global plug_block_ui true;
|
||||
plug-update;
|
||||
}
|
||||
|
||||
quit 0;
|
||||
Reference in New Issue
Block a user