docs(api): sort unreleased nvim__ functions last #28580

This commit is contained in:
Justin M. Keyes
2024-04-30 06:06:14 -07:00
committed by GitHub
parent ee41153a94
commit dafa51c16d
4 changed files with 103 additions and 96 deletions

View File

@@ -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.