diff options
| author | ThePrimeAgain <theprimeagain@theprimeagain.com> | 2025-12-26 15:25:30 -0700 |
|---|---|---|
| committer | ThePrimeAgain <theprimeagain@theprimeagain.com> | 2025-12-26 15:25:30 -0700 |
| commit | 6da68cdb8edea79f721479561ddc8d79e91981fe (patch) | |
| tree | e7e64edd62a76759ba891346a9b7bb3a3670d93d /lua/99/ops/context.lua | |
| parent | 9f82332f402a51c17bb69ca5937d4ba7d8cf004a (diff) | |
| download | a4-6da68cdb8edea79f721479561ddc8d79e91981fe.tar.xz a4-6da68cdb8edea79f721479561ddc8d79e91981fe.zip | |
mid way through refactor when i realize i have another refactor
Diffstat (limited to 'lua/99/ops/context.lua')
| -rw-r--r-- | lua/99/ops/context.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
