Skip to content

Commit 5af0d42

Browse files
committed
chore: resolve deprecated in 0.11
1 parent eab3abe commit 5af0d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/nvim-tree/help.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ end
8585
--- Compute all lines for the buffer
8686
---@param map table keymap.get_keymap
8787
---@return string[] lines of text
88-
---@return table[] hl for lines: named arguments for vim.hl.range : higroup, start, finish
88+
---@return { higroup:string, start:integer[], finish:integer[] }[] hl for lines: named arguments for vim.hl.range
8989
---@return number maximum length of text
9090
local function compute(map)
9191
local head_lhs = "nvim-tree mappings"

0 commit comments

Comments
 (0)