diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2024-04-30 06:06:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-30 06:06:14 -0700 |
commit | dafa51c16d9bdaec5011b591b0ce8dff287624b7 (patch) | |
tree | 80f678056d08814643a719673d769c54f357fedb /src | |
parent | ee41153a945876ad0c7f0927ffa7b5a5afdaca89 (diff) | |
download | rneovim-dafa51c16d9bdaec5011b591b0ce8dff287624b7.tar.gz rneovim-dafa51c16d9bdaec5011b591b0ce8dff287624b7.tar.bz2 rneovim-dafa51c16d9bdaec5011b591b0ce8dff287624b7.zip |
docs(api): sort unreleased nvim__ functions last #28580
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/api/vim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/api/vim.c b/src/nvim/api/vim.c index 8458611ee8..e75f4e629b 100644 --- a/src/nvim/api/vim.c +++ b/src/nvim/api/vim.c @@ -2282,7 +2282,7 @@ void nvim_error_event(uint64_t channel_id, Integer lvl, String data) ELOG("async error on channel %" PRId64 ": %s", channel_id, data.size ? data.data : ""); } -/// EXPERIMENTAL: this api may change in the future. +/// EXPERIMENTAL: this API may change in the future. /// /// Sets info for the completion item at the given index. If the info text was shown in a window, /// returns the window and buffer ids, or empty dict if not shown. |