Work on delete function

master
Bryan 2024-10-20 08:45:36 -06:00
parent 5115b545a9
commit 44eb89f8ed
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], 0)
table.remove(M.listing.bufnrs, 0)
table.remove(M.listing[0], 1)
table.remove(M.listing.bufnrs, 1)
end
function M.evt.RabbitEnter()