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

@@ -24,7 +24,7 @@ function vim.api.nvim__buf_redraw_range(buffer, first, last) end
function vim.api.nvim__buf_stats(buffer) end
--- @private
--- 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