Skip to content

Conversation

zchee
Copy link
Member

@zchee zchee commented Jan 24, 2021

Add SetBufferText and Echo apis.

> nvim_buf_set_text(buffer Buffer, start_row Integer, start_col Integer, end_row Integer, end_col Integer, replacement ArrayOf(String)) void { name(nvim_buf_set_text) } > nvim_echo(chunks Array, history Boolean, opts Dictionary) void { name(nvim_echo) } 
@zchee zchee self-assigned this Jan 24, 2021
@codecov
Copy link

codecov bot commented Jan 24, 2021

Codecov Report

Merging #96 (e196786) into master (d643d77) will increase coverage by 0.5%.
The diff coverage is 50.0%.

Impacted file tree graph

@@ Coverage Diff @@ ## master #96 +/- ## ======================================== + Coverage 62.8% 63.3% +0.5%  ======================================== Files 14 14 Lines 2081 2085 +4 ======================================== + Hits 1308 1321 +13  + Misses 636 627 -9  Partials 137 137 
Flag Coverage Δ
linux-1.13 63.3% <50.0%> (+0.5%) ⬆️
linux-1.14 63.3% <50.0%> (+0.5%) ⬆️
linux-1.15 63.3% <50.0%> (+0.5%) ⬆️
linux-1.16 63.3% <50.0%> (+0.5%) ⬆️
macos-1.13 63.3% <50.0%> (+0.5%) ⬆️
macos-1.14 63.3% <50.0%> (+0.5%) ⬆️
macos-1.15 63.3% <50.0%> (+0.5%) ⬆️
macos-1.16 63.3% <50.0%> (+0.5%) ⬆️
windows-1.13 62.5% <50.0%> (+0.5%) ⬆️
windows-1.14 62.5% <50.0%> (+0.5%) ⬆️
windows-1.15 62.5% <50.0%> (+0.5%) ⬆️
windows-1.16 62.5% <50.0%> (+0.5%) ⬆️

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

Impacted Files Coverage Δ
nvim/types.go 0.0% <ø> (ø)
nvim/api.go 38.1% <50.0%> (+3.0%) ⬆️

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 d643d77...e196786. Read the comment docs.

@zchee zchee force-pushed the neovim/8e86f5e46039 branch 2 times, most recently from e1db6d1 to e196786 Compare January 24, 2021 04:12
@zchee zchee merged commit e196786 into master Jan 24, 2021
@zchee zchee deleted the neovim/8e86f5e46039 branch January 24, 2021 04:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant