Updated context_manager/init.lua

This commit is contained in:
Ethan Smith-Coss 2023-01-13 16:48:06 +00:00 committed by Gitea
parent 0d458544e0
commit f841a23dde

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