refactor(actions): move actions into semantic modules (#1410)
This commit is contained in:
@@ -404,7 +404,7 @@ function M._prevent_buffer_override()
|
||||
M.open { focus_tree = false }
|
||||
require("nvim-tree.renderer").draw()
|
||||
pcall(a.nvim_win_close, curwin, { force = true })
|
||||
require("nvim-tree.actions.open-file").fn("edit", bufname)
|
||||
require("nvim-tree.actions.node.open-file").fn("edit", bufname)
|
||||
end)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user