chore: Update comment

This commit is contained in:
hedy
2023-12-29 21:49:28 +08:00
parent 8b2f412b7b
commit 6172c2ad2b

View File

@@ -167,7 +167,7 @@ end
---@return string ---@return string
local function _get_breadcrumb(sidebar, opts) local function _get_breadcrumb(sidebar, opts)
local list = sidebar.hovered local list = sidebar.hovered
-- TODO: Use cursor column in writer.make_outline to prevent -- TODO: Use cursor column in sidebar:build_outline to prevent
-- siblings being included -- siblings being included
local names = {} local names = {}
for _, node in ipairs(list) do for _, node in ipairs(list) do