canola.nvim/lua
Sebastian Oberhoff d278dc40f9
fix: propagate errors in recursive_delete and recursive_copy (#712)
The `complete` callback checks `err` instead of `err2`, but `err` is
always nil inside the `elseif entries` branch. This silently ignores
child operation errors, causing misleading "directory not empty" failures.
2026-01-11 13:55:32 -08:00
..
oil fix: propagate errors in recursive_delete and recursive_copy (#712) 2026-01-11 13:55:32 -08:00
resession/extensions cleanup: don't need empty methods in resession extension 2023-09-17 10:10:42 -07:00