Delete buffer working, buffers are sorted in recently used order, except current buffer is put at end of list

master
Bryan 2024-10-20 09:25:44 -06:00
parent e0b57c0598
commit a41f5010be
1 changed files with 0 additions and 2 deletions

View File

@ -54,8 +54,6 @@ end
---@param n integer
function M.func.file_del(n)
vim.print(M.listing.bufnrs[n])
-- vim.cmd("bd " .. tostring(M.listing.bufnrs[n]))
require("bufdelete").bufdelete(M.listing.bufnrs[n])
table.remove(M.listing, n)
require("rabbit").Redraw()