Co-authored-by: Alfonso Ros <alfonso.ros@apex.ai>
This commit is contained in:
parent
80cfeadf17
commit
52a1c99bf0
@ -299,7 +299,7 @@ end
|
||||
|
||||
local function edit_in_current_buf(filename)
|
||||
require("nvim-tree.view").abandon_current_window()
|
||||
vim.cmd("keepjumps edit " .. vim.fn.fnameescape(filename))
|
||||
vim.cmd("keepalt keepjumps edit " .. vim.fn.fnameescape(filename))
|
||||
end
|
||||
|
||||
function M.fn(mode, filename)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user