commit | c3eddd2068620ceb4e475961192c1d8cae3350cd | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Tue Apr 25 14:54:54 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 25 14:54:54 2023 +0100 |
tree | 8053af0440fc4d98d0f255e4f40d39e6c273b2ab | |
parent | cfc788c38848adcd54e4130f16f2813cd1e215dd [diff] [blame] |
patch 9.0.1487: Content-type header for LSP channel not according to spec Problem: Content-type header for LSP channel not according to spec. Solution: Use "vscode-jsonrpc" instead of "vim-jsonrpc". (Yegappan Lakshmanan, closes #12295)
diff --git a/src/version.c b/src/version.c index 7de60de..bc271c8 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1487, +/**/ 1486, /**/ 1485,