commit | 3b470ae88f034d3741832ab1cc51a5bb8edaf4c6 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Sat Apr 16 10:41:27 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 16 10:41:27 2022 +0100 |
tree | 67fd20212576c4297877ba49f31d9cbfa0cbe389 | |
parent | b9e99e58bbc07a6fd1029db1f31c3ecf283d098b [diff] [blame] |
patch 8.2.4758: when using an LSP channel want to get the message ID Problem: When using an LSP channel want to get the message ID. Solution: Have ch_sendexpr() return the ID. (Yegappan Lakshmanan, closes #10202)
diff --git a/src/version.c b/src/version.c index 9a50e09..2a3e8d6 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4758, +/**/ 4757, /**/ 4756,