Work on delete function
parent
4bdb5936d8
commit
3620081fdb
|
|
@ -41,11 +41,11 @@ local get_buffers = function()
|
|||
-- set.add(M.listing[0], b.name)
|
||||
table.insert(M.listing[0], b.name)
|
||||
table.insert(M.listing.bufnrs, b.bufnr)
|
||||
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)
|
||||
end
|
||||
end
|
||||
|
||||
function M.evt.RabbitEnter()
|
||||
|
|
|
|||
Loading…
Reference in New Issue