@@ -112,10 +112,10 @@ function M._goto_location(change_focus)
|
|||||||
)
|
)
|
||||||
if change_focus then
|
if change_focus then
|
||||||
vim.fn.win_gotoid(M.state.code_win)
|
vim.fn.win_gotoid(M.state.code_win)
|
||||||
end
|
|
||||||
if config.options.auto_close then
|
if config.options.auto_close then
|
||||||
M.close_outline()
|
M.close_outline()
|
||||||
end
|
end
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
function M._toggle_fold(move_cursor, node_index)
|
function M._toggle_fold(move_cursor, node_index)
|
||||||
|
|||||||
Reference in New Issue
Block a user