Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nvim: support neovim/neovim@561df30 APIs #126

Merged
merged 10 commits into from
Jan 18, 2022
Merged

nvim: support neovim/neovim@561df30 APIs #126

merged 10 commits into from
Jan 18, 2022

Conversation

zchee
Copy link
Member

@zchee zchee commented Jan 18, 2022

Support neovim/neovim@561df30 APIs.

> nvim_add_user_command(name String, command Object, opts Dictionary) void { name(nvim_add_user_command) }
> nvim_buf_add_user_command(buffer Buffer, name String, command Object, opts Dictionary) void { name(nvim_buf_add_user_command) }
> nvim_buf_del_user_command(buffer Buffer, name String) void { name(nvim_buf_del_user_command) }
> nvim_del_user_command(name String) void { name(nvim_del_user_command) }
> nvim_get_option_value(name String, opts Dictionary) Object { name(nvim_get_option_value) }
> nvim_set_option_value(name String, value Object, opts Dictionary) void { name(nvim_set_option_value) }

@zchee zchee self-assigned this Jan 18, 2022
@codecov
Copy link

codecov bot commented Jan 18, 2022

Codecov Report

Merging #126 (37f6413) into master (db8d22d) will increase coverage by 0.1%.
The diff coverage is 100.0%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #126     +/-   ##
========================================
+ Coverage    80.5%   80.6%   +0.1%     
========================================
  Files          14      14             
  Lines        3018    3044     +26     
========================================
+ Hits         2430    2456     +26     
  Misses        588     588             
Flag Coverage Δ
linux-1.15-nightly 80.6% <100.0%> (+0.1%) ⬆️
linux-1.15-stable 79.8% <7.6%> (-0.7%) ⬇️
linux-1.16-nightly 80.6% <100.0%> (+0.1%) ⬆️
linux-1.16-stable 79.8% <7.6%> (-0.7%) ⬇️
linux-1.17-nightly 80.6% <100.0%> (+0.1%) ⬆️
linux-1.17-stable 79.8% <7.6%> (-0.7%) ⬇️
macos-1.15-nightly 80.6% <100.0%> (+0.1%) ⬆️
macos-1.15-stable 79.8% <7.6%> (-0.7%) ⬇️
macos-1.16-nightly 80.6% <100.0%> (+0.1%) ⬆️
macos-1.16-stable 79.8% <7.6%> (-0.7%) ⬇️
macos-1.17-nightly 80.6% <100.0%> (+0.1%) ⬆️
macos-1.17-stable 79.8% <7.6%> (-0.7%) ⬇️
windows-1.15-nightly 79.8% <100.0%> (+0.1%) ⬆️
windows-1.15-stable 79.0% <7.6%> (-0.7%) ⬇️
windows-1.16-nightly 79.8% <100.0%> (+0.1%) ⬆️
windows-1.16-stable 79.0% <7.6%> (-0.7%) ⬇️
windows-1.17-nightly 79.8% <100.0%> (+0.1%) ⬆️
windows-1.17-stable 79.0% <7.6%> (-0.7%) ⬇️
Impacted Files Coverage Δ
nvim/api.go 96.9% <100.0%> (+0.1%) ⬆️
nvim/types.go 88.8% <100.0%> (+1.3%) ⬆️

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 db8d22d...37f6413. Read the comment docs.

@zchee zchee marked this pull request as ready for review January 18, 2022 18:30
@zchee zchee force-pushed the nvim/561df3098146 branch 3 times, most recently from 4fb66f1 to c03cbaf Compare January 18, 2022 21:25
@zchee zchee merged commit 37f6413 into master Jan 18, 2022
@zchee zchee deleted the nvim/561df3098146 branch January 18, 2022 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant