diff options
| author | ThePrimeAgain <theprimeagain@theprimeagain.com> | 2025-12-01 09:16:51 -0700 |
|---|---|---|
| committer | ThePrimeAgain <theprimeagain@theprimeagain.com> | 2025-12-01 09:16:51 -0700 |
| commit | 00c5d9a9ca2d978641e7d30ab70bb34249011dec (patch) | |
| tree | 6601c82be13b2b7ed68b8ea2f091eb86af8fe830 /lua/99/ops/implement-fn.lua | |
| parent | 0043d77b69d36cb3b7b9ba9db8f36741d27596e2 (diff) | |
| download | a4-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.lua | 2 |
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 |
