chore: fix lib prompt doc for neovim nightly (#2966)

This commit is contained in:
Alexander Courtis 2024-10-25 11:10:07 +11:00 committed by GitHub
parent 2a268f631d
commit 9b82ff9bba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -108,7 +108,7 @@ end
---@param items_short string[]
---@param items_long string[]
---@param kind string|nil
---@param callback fun(item_short: string)
---@param callback fun(item_short: string|nil)
function M.prompt(prompt_input, prompt_select, items_short, items_long, kind, callback)
local function format_item(short)
for i, s in ipairs(items_short) do