Updated context_manager/init.lua

This commit is contained in:
Ethan Smith-Coss 2023-01-13 16:48:06 +00:00
parent 6e3e7f9d2d
commit 1dec350d04
Signed by: TheOnePath
GPG Key ID: 4E7D436CE1A0BAF1

View File

@ -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