Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.

Commit

Permalink
show message only after update of plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyorst committed Oct 29, 2018
1 parent 9d9c903 commit 98defec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rc/plug.kak
Expand Up @@ -229,8 +229,8 @@ plug-update -params ..1 -shell-script-candidates %{ echo $kak_opt_plug_plugins |
cd $(eval echo $kak_opt_plug_install_dir/"${plugin##*/}") && rev=$(git rev-parse HEAD) && git pull -q
if [ $rev != $(git rev-parse HEAD) ]; then
printf %s\\n "evaluate-commands -client $kak_client plug-eval-hooks $plugin" | kak -p ${kak_session}
printf %s\\n "evaluate-commands -client $kak_client echo -debug 'updated ${plugin##*/}'" | kak -p ${kak_session}
fi
printf %s\\n "evaluate-commands -client $kak_client echo -debug 'updated ${plugin##*/}'" | kak -p ${kak_session}
) &
jobs > $jobs; active=$(wc -l < $jobs)
while [ $active -ge $kak_opt_plug_max_simultaneous_downloads ]; do
Expand Down

0 comments on commit 98defec

Please sign in to comment.