commit | 9247a221ce7800c0ae1b3487112d314b8ab79f53 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Wed Mar 30 10:16:05 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 30 10:16:05 2022 +0100 |
tree | 9a8b926843777e9c2af9c420ff098155b2ee113b | |
parent | 2bdad6126778f907c0b98002bfebf0e611a3f5db [diff] [blame] |
patch 8.2.4648: handling LSP messages is a bit slow Problem: Handling LSP messages is a bit slow. Solution: Included support for LSP messages. (Yegappan Lakshmanan, closes #10025)
diff --git a/src/structs.h b/src/structs.h index 192693b..36eb054 100644 --- a/src/structs.h +++ b/src/structs.h
@@ -2193,6 +2193,7 @@ MODE_RAW, MODE_JSON, MODE_JS, + MODE_LSP // Language Server Protocol (http + json) } ch_mode_T; typedef enum {