Skip to content

Modify ch_sendexpr() to return a dict with the message ID used#10202

Closed
yegappan wants to merge 1 commit intovim:masterfrom
yegappan:lsp
Closed

Modify ch_sendexpr() to return a dict with the message ID used#10202
yegappan wants to merge 1 commit intovim:masterfrom
yegappan:lsp

Conversation

@yegappan
Copy link
Member

Update the documentation for LSP mode channel usage.

@yegappan yegappan changed the title Modify ch_sendexpr() to return the dict with the message ID used Modify ch_sendexpr() to return a dict with the message ID used Apr 16, 2022
@codecov
Copy link

codecov bot commented Apr 16, 2022

Codecov Report

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

❗ Current head 43256f2 differs from pull request most recent head e0a0a3d. Consider uploading reports for the commit e0a0a3d to get more accurate results

@@           Coverage Diff           @@
##           master   #10202   +/-   ##
=======================================
  Coverage   81.98%   81.98%           
=======================================
  Files         167      167           
  Lines      187956   187960    +4     
  Branches    42381    42383    +2     
=======================================
+ Hits       154087   154096    +9     
+ Misses      21521    21517    -4     
+ Partials    12348    12347    -1     
Flag Coverage Δ
huge-clang-none 82.40% <80.00%> (+<0.01%) ⬆️
huge-gcc-none 82.74% <80.00%> (+<0.01%) ⬆️
huge-gcc-testgui 81.21% <80.00%> (+<0.01%) ⬆️
huge-gcc-unittests 2.00% <0.00%> (-0.01%) ⬇️
linux 83.98% <80.00%> (+<0.01%) ⬆️
mingw-x64-HUGE 0.00% <0.00%> (ø)
mingw-x64-HUGE-gui 77.19% <75.00%> (-0.01%) ⬇️
windows 75.98% <75.00%> (-0.01%) ⬇️

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

Impacted Files Coverage Δ
src/evalfunc.c 90.86% <ø> (ø)
src/channel.c 83.93% <80.00%> (-0.06%) ⬇️
src/if_xcmdsrv.c 77.23% <0.00%> (-0.36%) ⬇️
src/terminal.c 78.11% <0.00%> (-0.30%) ⬇️
src/netbeans.c 73.11% <0.00%> (-0.08%) ⬇️
src/gui.c 74.56% <0.00%> (ø)
src/os_win32.c 57.14% <0.00%> (+0.10%) ⬆️
src/ui.c 75.72% <0.00%> (+0.26%) ⬆️
src/ex_getln.c 85.77% <0.00%> (+0.32%) ⬆️
... and 2 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...e0a0a3d. Read the comment docs.

@brammool
Copy link
Contributor

brammool commented Apr 16, 2022 via email

@vim-ml
Copy link

vim-ml commented Apr 16, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants