feat(parser): Fix guide highlight for multi-width characters
This commit is contained in:
@@ -169,6 +169,7 @@ local function handler(response)
|
||||
wipe_state()
|
||||
end,
|
||||
})
|
||||
|
||||
setup_keymaps(M.view.bufnr)
|
||||
|
||||
local items = parser.parse(response)
|
||||
@@ -178,6 +179,7 @@ local function handler(response)
|
||||
|
||||
writer.parse_and_write(M.view.bufnr, M.state.flattened_outline_items)
|
||||
|
||||
|
||||
M._highlight_current_item(M.state.code_win)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user