From 5784112d13024f4f4b68c237324754d54f12cbad Mon Sep 17 00:00:00 2001 From: pommicket Date: Tue, 30 Sep 2025 13:22:53 -0400 Subject: Bump version --- lsp-parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lsp-parse.c') diff --git a/lsp-parse.c b/lsp-parse.c index 3c956e9..5881ec3 100644 --- a/lsp-parse.c +++ b/lsp-parse.c @@ -1109,7 +1109,7 @@ static bool parse_command(LSP *lsp, LSPResponse *response, const JSON *json, JSO command_out->kind = LSP_COMMAND_WORKSPACE_EDIT; return true; } - fprintf(stderr, "Unrecognized command: %s\n", command); + eprint("Unrecognized command: %s\n", command); (void)command_out; return false; } -- cgit v1.2.3