From 6da68cdb8edea79f721479561ddc8d79e91981fe Mon Sep 17 00:00:00 2001 From: ThePrimeAgain Date: Fri, 26 Dec 2025 15:25:30 -0700 Subject: mid way through refactor when i realize i have another refactor --- lua/99/ops/context.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/99/ops/context.lua') diff --git a/lua/99/ops/context.lua b/lua/99/ops/context.lua index eeadab7..3a06dd5 100644 --- a/lua/99/ops/context.lua +++ b/lua/99/ops/context.lua @@ -10,7 +10,7 @@ local Context = {} Context.__index = Context --- @param _99 _99.State -function Context.new(_99) +function Context.new(_99, xid) local mds = {} for _, md in ipairs(_99.md_files) do table.insert(mds, md) -- cgit v1.3-3-g829e