Work on delete function

master
Bryan 2024-10-19 10:13:59 -06:00
parent c7172ac3f0
commit 1a13e0c20c
1 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,8 @@ end
---@param n integer ---@param n integer
function M.func.file_del(n) function M.func.file_del(n)
vim.cmd("bd " .. M.listing[0][n]) -- vim.cmd("bd " .. M.listing[0][n])
vim.print(M.listing[0])
require("rabbit").Redraw() require("rabbit").Redraw()
end end