diff --git a/rc/core/formatter.kak b/rc/core/formatter.kak index c776e637..66663e50 100644 --- a/rc/core/formatter.kak +++ b/rc/core/formatter.kak @@ -30,6 +30,8 @@ def format -docstring "Format the contents of the current buffer" %{ eval -draft rm -f \"${path_file_tmp}\" } " + else + printf '%s\n' "eval -client '${kak_client}' echo -color Error formatcmd option not specified" fi } } }