summaryrefslogtreecommitdiff
path: root/lsp.h
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-09-10 09:53:59 -0400
committerpommicket <pommicket@gmail.com>2023-09-10 09:54:08 -0400
commit5485676270378a47a579d0707d5d7262aa293599 (patch)
treea14de0a879647fbbf1c91e6a59fe5ba332f451da /lsp.h
parent21cb2ba466ec0876d4e04fcca117650101d9359f (diff)
fix problem where on the last line of a buffer shift+up end backspace acts weird
Diffstat (limited to 'lsp.h')
-rw-r--r--lsp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lsp.h b/lsp.h
index 2e16045..1cb2422 100644
--- a/lsp.h
+++ b/lsp.h
@@ -917,9 +917,9 @@ LSPString lsp_request_add_json_string(LSPRequest *request, const JSON *json, JSO
void lsp_write_quit(void);
/// print server-to-client communication
-#define LSP_SHOW_S2C 1
+#define LSP_SHOW_S2C 0
/// print client-to-server communication
-#define LSP_SHOW_C2S 1
+#define LSP_SHOW_C2S 0
#endif // LSP_INTERNAL