[vim/vim] Modify ch_sendexpr() to return the dict with the message ID used (PR #10202)

10 views
Skip to first unread message

Yegappan Lakshmanan

unread,
Apr 15, 2022, 8:09:29 PM4/15/22
to vim/vim, Subscribed

Update the documentation for LSP mode channel usage.


You can view, comment on, or merge this pull request online at:

  https://github.com/vim/vim/pull/10202

Commit Summary

  • ee9ace4 Modify ch_sendexpr() to return the dict with the message ID used

File Changes

(4 files)

Patch Links:


Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/10202@github.com>

Yegappan Lakshmanan

unread,
Apr 15, 2022, 8:36:36 PM4/15/22
to vim/vim, Push

@yegappan pushed 1 commit.


View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/10202/push/9639070071@github.com>

Yegappan Lakshmanan

unread,
Apr 15, 2022, 9:03:14 PM4/15/22
to vim/vim, Push

@yegappan pushed 1 commit.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/10202/push/9639151827@github.com>

Yegappan Lakshmanan

unread,
Apr 15, 2022, 9:19:57 PM4/15/22
to vim/vim, Push

@yegappan pushed 1 commit.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/10202/push/9639200023@github.com>

codecov[bot]

unread,
Apr 15, 2022, 9:27:47 PM4/15/22
to vim/vim, Subscribed

Codecov Report

Merging #10202 (43256f2) into master (092e09c) will decrease coverage by 1.04%.
The diff coverage is 80.00%.

@@            Coverage Diff             @@

##           master   #10202      +/-   ##

==========================================

- Coverage   81.98%   80.94%   -1.05%     

==========================================

  Files         167      152      -15     

  Lines      187956   175107   -12849     

  Branches    42381    39723    -2658     

==========================================

- Hits       154087   141732   -12355     

+ Misses      21521    20730     -791     

- Partials    12348    12645     +297     
Flag Coverage Δ
huge-clang-none 82.40% <80.00%> (+<0.01%) ⬆️
huge-gcc-none ?
huge-gcc-testgui ?
huge-gcc-unittests 2.00% <0.00%> (-0.01%) ⬇️
linux 80.94% <80.00%> (-3.05%) ⬇️
mingw-x64-HUGE ?
mingw-x64-HUGE-gui ?
windows ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/evalfunc.c 88.20% <ø> (-2.66%) ⬇️
src/channel.c 82.61% <80.00%> (-1.38%) ⬇️
src/libvterm/src/rect.h 0.00% <0.00%> (-96.78%) ⬇️
src/libvterm/src/state.c 34.80% <0.00%> (-54.77%) ⬇️
src/libvterm/src/keyboard.c 40.00% <0.00%> (-47.63%) ⬇️
src/libvterm/include/vterm.h 0.00% <0.00%> (-44.45%) ⬇️
src/libvterm/src/parser.c 55.41% <0.00%> (-40.49%) ⬇️
src/libvterm/src/pen.c 44.37% <0.00%> (-39.90%) ⬇️
src/libvterm/src/encoding.c 37.37% <0.00%> (-36.16%) ⬇️
src/libvterm/src/vterm.c 39.17% <0.00%> (-27.21%) ⬇️
... and 148 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 092e09c...43256f2. Read the comment docs.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/10202/c1100499536@github.com>

Yegappan Lakshmanan

unread,
Apr 15, 2022, 11:52:06 PM4/15/22
to vim/vim, Push

@yegappan pushed 1 commit.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/10202/push/9639606602@github.com>

Bram Moolenaar

unread,
Apr 16, 2022, 5:42:20 AM4/16/22
to vim/vim, Subscribed

Closed #10202 via 3b470ae.


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/10202/issue_event/6443205945@github.com>

Bram Moolenaar

unread,
Apr 16, 2022, 5:42:47 AM4/16/22
to vim/vim, Subscribed


Yegappan wrote:

> Update the documentation for LSP mode channel usage.

There was a merge conflict in the help file. I tried to do it manually,
please check if it ended up correctly.

--
I learned the customs and mannerisms of engineers by observing them, much the
way Jane Goodall learned about the great apes, but without the hassle of
grooming.
(Scott Adams - The Dilbert principle)

/// Bram Moolenaar -- ***@***.*** -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/10202/c1100622437@github.com>

Yegappan Lakshmanan

unread,
Apr 16, 2022, 9:44:08 AM4/16/22
to vim_dev, reply+ACY5DGALMD3EGHZZRM...@reply.github.com, vim/vim, Subscribed
Hi Bram,

On Sat, Apr 16, 2022 at 2:42 AM Bram Moolenaar <vim-dev...@256bit.org> wrote:


Yegappan wrote:

> Update the documentation for LSP mode channel usage.

There was a merge conflict in the help file. I tried to do it manually,
please check if it ended up correctly.



I have created the PR https://github.com/vim/vim/pull/10206 to update the help text.

Regards,
Yegappan
 

vim-dev ML

unread,
Apr 16, 2022, 9:44:25 AM4/16/22
to vim/vim, vim-dev ML, Your activity

Hi Bram,

On Sat, Apr 16, 2022 at 2:42 AM Bram Moolenaar ***@***.***>
wrote:


>
> Yegappan wrote:
>
> > Update the documentation for LSP mode channel usage.
>
> There was a merge conflict in the help file. I tried to do it manually,
> please check if it ended up correctly.
>
>
>
I have created the PR https://github.com/vim/vim/pull/10206 to update the
help text.

Regards,
Yegappan


Reply to this email directly, view it on GitHub.

You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/pull/10202/c1100667007@github.com>

Reply all
Reply to author
Forward
0 new messages