Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhuster committed Nov 26, 2024
1 parent 0832eb6 commit 4793ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/dirvish-do/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ M.vremove = function()
if #lines == 0 then
return
end
local check = fn.confirm("Delete " .. vim.inspect(lines), "&Yes\n&No", 2)
local check = fn.confirm("Delete \n" .. table.concat(lines, '\n'), "&Yes\n&No", 2)
if check ~= 1 then
print("Cancelled")
return
Expand Down

0 comments on commit 4793ac1

Please sign in to comment.