feat: most moves and copies will copy the undofile (#583)

This commit is contained in:
Steven Arcangeli 2025-02-13 09:40:01 -08:00
parent 5313690956
commit 32dd3e378d
4 changed files with 51 additions and 6 deletions

View file

@ -224,7 +224,6 @@ M.delete_to_trash = function(path, cb)
end
local stat_type = src_stat.type
---@cast stat_type oil.EntryType
fs.recursive_move(stat_type, path, dest, vim.schedule_wrap(cb))
end)
)