mirror of
https://github.com/mawww/kakoune.git
synced 2024-11-13 06:37:20 +03:00
git-tools.kak: Remove not (yet) existing -with-hooks switch use
Fixes #2015
This commit is contained in:
parent
8438b33175
commit
72bf881488
@ -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 .* %{
|
||||
|
Loading…
Reference in New Issue
Block a user