diff options
| author | Maxime Coste <mawww@kakoune.org> | 2018-06-21 08:08:57 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2018-06-21 08:08:57 +1000 |
| commit | eac6d08518f786c06ee2daf0c01dfafb6c8ed634 (patch) | |
| tree | 8c7dc732cded0c9cf3940b104c3a6bed1170e92c | |
| parent | 667777521b654156722cfe0a307fbd381fa1f629 (diff) | |
| parent | 3d0c19f8fb6ed8ef62edf4ef9b83d8d2c15455b2 (diff) | |
Merge remote-tracking branch 'Screwtapello/fix-format-recursive-hook'
| -rw-r--r-- | rc/core/formatter.kak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/core/formatter.kak b/rc/core/formatter.kak index 2439bd4a..d84318dd 100644 --- a/rc/core/formatter.kak +++ b/rc/core/formatter.kak @@ -1,7 +1,7 @@ declare-option -docstring "shell command to which the contents of the current buffer is piped" \ str formatcmd -define-command format -docstring "Format the contents of the current buffer" %{ evaluate-commands -draft %{ +define-command format -docstring "Format the contents of the current buffer" %{ evaluate-commands -draft -no-hooks %{ %sh{ if [ -n "${kak_opt_formatcmd}" ]; then path_file_tmp=$(mktemp "${TMPDIR:-/tmp}"/kak-formatter-XXXXXX) |
