We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0e13b9 commit a9b9603Copy full SHA for a9b9603
1 file changed
lua/dired/init.lua
@@ -412,7 +412,15 @@ UI.Window = {
412
end
413
414
vim.schedule(function()
415
- Browser.applyChanges(state)
+ Browser.executeOperations(
416
+ state,
417
+ {
418
419
+ type = 'delete',
420
+ path = vim.fs.joinpath(state.current_path, state.entries[line_idx].name),
421
+ },
422
+ }
423
+ )
424
end)
425
state.operation_mode = nil
426
0 commit comments