From 72bf8814889c8e22519977dd48c2cc0dbfacb4ac Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Fri, 27 Apr 2018 19:44:21 +1000 Subject: [PATCH] git-tools.kak: Remove not (yet) existing -with-hooks switch use Fixes #2015 --- rc/extra/git-tools.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/extra/git-tools.kak b/rc/extra/git-tools.kak index 05c6981b..e73b0f11 100644 --- a/rc/extra/git-tools.kak +++ b/rc/extra/git-tools.kak @@ -50,7 +50,7 @@ Available commands:\n add\n rm\n blame\n commit\n checkout\n diff\n hide- mkfifo ${output} ( git "$@" > ${output} 2>&1 ) > /dev/null 2>&1 < /dev/null & - printf %s "evaluate-commands -with-hooks -try-client '$kak_opt_docsclient' %{ + printf %s "evaluate-commands -try-client '$kak_opt_docsclient' %{ edit! -fifo ${output} *git* set-option buffer filetype '${filetype}' hook -always -group fifo buffer BufCloseFifo .* %{