Work on delete function
parent
5115b545a9
commit
44eb89f8ed
|
|
@ -44,8 +44,8 @@ local get_buffers = function()
|
||||||
end
|
end
|
||||||
table.insert(M.listing[0], M.listing[0][1])
|
table.insert(M.listing[0], M.listing[0][1])
|
||||||
table.insert(M.listing.bufnrs, M.listing.bufnrs[1])
|
table.insert(M.listing.bufnrs, M.listing.bufnrs[1])
|
||||||
table.remove(M.listing[0], 0)
|
table.remove(M.listing[0], 1)
|
||||||
table.remove(M.listing.bufnrs, 0)
|
table.remove(M.listing.bufnrs, 1)
|
||||||
end
|
end
|
||||||
|
|
||||||
function M.evt.RabbitEnter()
|
function M.evt.RabbitEnter()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue