v0.1.0 (alpha) #1
|
|
@ -105,7 +105,7 @@ end
|
||||||
M.flush = function ()
|
M.flush = function ()
|
||||||
for _, ctx_tbl in pairs( g.presser_buf_ctx ) do
|
for _, ctx_tbl in pairs( g.presser_buf_ctx ) do
|
||||||
for _, data in pairs( ctx_tbl ) do
|
for _, data in pairs( ctx_tbl ) do
|
||||||
print("Deleting:", _, data.id)
|
--print("Deleting:", _, data.id)
|
||||||
a.nvim_win_close( data.id, true ) -- buffer contents are irrelevant in this context to save
|
a.nvim_win_close( data.id, true ) -- buffer contents are irrelevant in this context to save
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user