Skip to content

Update api #185

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Update api #185

wants to merge 2 commits into from

Conversation

gigamaax
Copy link
Contributor

@gigamaax gigamaax commented Jun 8, 2025

here's the output from the compare

❯ go run api_tool.go -compare
> nvim_get_hl_ns(opts Dictionary) Integer { name(nvim_get_hl_ns) }
> nvim_tabpage_set_win(tabpage Tabpage, win Window) void { name(nvim_tabpage_set_win) }
> nvim_ui_term_event(event String, value Object) void { name(nvim_ui_term_event) }
> nvim_win_text_height(window Window, opts Dictionary) Dictionary { name(nvim_win_text_height) }
----
< nvim_buf_get_option(buffer Buffer, name String) Object { name(nvim_buf_get_option) }
> nvim_buf_get_option(buffer Buffer, name String) Object { name(nvim_buf_get_option); deprecatedSince(11); }
----
< nvim_buf_set_option(buffer Buffer, name String, value Object) void { name(nvim_buf_set_option) }
> nvim_buf_set_option(buffer Buffer, name String, value Object) void { name(nvim_buf_set_option); deprecatedSince(11); }
----
< nvim_get_option(name String) Object { name(nvim_get_option) }
> nvim_get_option(name String) Object { name(nvim_get_option); deprecatedSince(11); }
----
< nvim_set_option(name String, value Object) void { name(nvim_set_option) }
> nvim_set_option(name String, value Object) void { name(nvim_set_option); deprecatedSince(11); }
----
< nvim_win_get_option(window Window, name String) Object { name(nvim_win_get_option) }
> nvim_win_get_option(window Window, name String) Object { name(nvim_win_get_option); deprecatedSince(11); }
----
< nvim_win_set_option(window Window, name String, value Object) void { name(nvim_win_set_option) }
> nvim_win_set_option(window Window, name String, value Object) void { name(nvim_win_set_option); deprecatedSince(11); }

I mostly just took a stab at this, I'm not sure if there is a better process, but I put down the steps I took in the readme. I was waiting until #184 was merged since it's harder to validate regressions, but the tests are passing locally.

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