Work on delete function

master
Bryan 2024-10-20 08:41:49 -06:00
parent 3620081fdb
commit db6e1588fc
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@ local get_buffers = function()
end
table.insert(M.listing[0], M.listing[0][1])
table.insert(M.listing.bufnrs, M.listing.bufnrs[1])
table.remove(M.listing[0], 1)
table.remove(M.listing.bufnrs, 1)
table.remove(M.listing[0], 0)
table.remove(M.listing.bufnrs, 0)
end
function M.evt.RabbitEnter()