1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-10 13:25:25 +03:00

Merge remote-tracking branch 'markus-oberhumer/ux-debug-buffer'

This commit is contained in:
Maxime Coste 2021-04-28 08:11:57 +10:00
commit 970a0b8997

View File

@ -844,7 +844,7 @@ int run_server(StringView session, StringView server_init,
if (startup_error and local_client)
local_client->print_status({
"error during startup, see *debug* buffer for details",
"error during startup, see `:buffer *debug*` for details",
local_client->context().faces()["Error"]
});