summaryrefslogtreecommitdiff
path: root/lua/99/ops/implement-fn.lua
diff options
context:
space:
mode:
authorThePrimeAgain <theprimeagain@theprimeagain.com>2025-12-01 09:16:51 -0700
committerThePrimeAgain <theprimeagain@theprimeagain.com>2025-12-01 09:16:51 -0700
commit00c5d9a9ca2d978641e7d30ab70bb34249011dec (patch)
tree6601c82be13b2b7ed68b8ea2f091eb86af8fe830 /lua/99/ops/implement-fn.lua
parent0043d77b69d36cb3b7b9ba9db8f36741d27596e2 (diff)
downloada4-00c5d9a9ca2d978641e7d30ab70bb34249011dec.tar.xz
a4-00c5d9a9ca2d978641e7d30ab70bb34249011dec.zip
fill in function seems to work fine
Diffstat (limited to 'lua/99/ops/implement-fn.lua')
-rw-r--r--lua/99/ops/implement-fn.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/lua/99/ops/implement-fn.lua b/lua/99/ops/implement-fn.lua
index a0e6e94..ef28c10 100644
--- a/lua/99/ops/implement-fn.lua
+++ b/lua/99/ops/implement-fn.lua
@@ -1,7 +1,5 @@
local Logger = require("99.logger.logger")
local Request = require("99.request")
-local system_rules = require("99.request.system-rules")
-local marks = require("99.ops.marks")
local editor = require("99.editor")
local Range = require("99.geo").Range