aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_meta/api.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2024-04-30 06:06:14 -0700
committerGitHub <noreply@github.com>2024-04-30 06:06:14 -0700
commitdafa51c16d9bdaec5011b591b0ce8dff287624b7 (patch)
tree80f678056d08814643a719673d769c54f357fedb /runtime/lua/vim/_meta/api.lua
parentee41153a945876ad0c7f0927ffa7b5a5afdaca89 (diff)
downloadrneovim-dafa51c16d9bdaec5011b591b0ce8dff287624b7.tar.gz
rneovim-dafa51c16d9bdaec5011b591b0ce8dff287624b7.tar.bz2
rneovim-dafa51c16d9bdaec5011b591b0ce8dff287624b7.zip
docs(api): sort unreleased nvim__ functions last #28580
Diffstat (limited to 'runtime/lua/vim/_meta/api.lua')
-rw-r--r--runtime/lua/vim/_meta/api.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lua/vim/_meta/api.lua b/runtime/lua/vim/_meta/api.lua
index 58fa9af8cd..d799446647 100644
--- a/runtime/lua/vim/_meta/api.lua
+++ b/runtime/lua/vim/_meta/api.lua
@@ -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