Skip to content

Commit 9b82ff9

Browse files
authored
chore: fix lib prompt doc for neovim nightly (#2966)
1 parent 2a268f6 commit 9b82ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/nvim-tree/lib.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ end
108108
---@param items_short string[]
109109
---@param items_long string[]
110110
---@param kind string|nil
111-
---@param callback fun(item_short: string)
111+
---@param callback fun(item_short: string|nil)
112112
function M.prompt(prompt_input, prompt_select, items_short, items_long, kind, callback)
113113
local function format_item(short)
114114
for i, s in ipairs(items_short) do

0 commit comments

Comments
 (0)