kakoune/rc
Johannes Altmanninger a0477b1016 rc format: restore in-client error when formatcmd fails
Commit 5b1f9255 (rc: Use the standard `fail` command to report errors,
2019-11-14) replaced uses of "echo -markup {Error}" with "fail".
This made format-buffer do

	echo "eval -client $kak_client %{ fail }" | kak -p $kak_session

Unfortunately "fail" fails in the client spawned by "kak -p" and not
in $kak_client where the user would see the message. Correct this.

While at it, clarify the error message, so users immediately know
that the number is the exit code.

Fixes #3254
2022-04-09 15:36:02 +02:00
..
detection modeline-parse: parse set and : correctly 2021-12-31 11:02:15 -03:00
filetype Merge remote-tracking branch 'krobelus/ini-hash-comments' 2022-03-21 21:04:55 +11:00
tools rc format: restore in-client error when formatcmd fails 2022-04-09 15:36:02 +02:00
windowing Add a complete-command command to configure command completion 2022-03-06 10:13:14 +11:00