summaryrefslogtreecommitdiff
path: root/lua/clever_f/motion_executor.lua
diff options
context:
space:
mode:
authorJackson Moore <jacksonmoore@tuta.io>2026-09-04 10:47:03 +0200
committerJackson Moore <jacksonmoore@tuta.io>2026-09-04 10:47:03 +0200
commit768cb71841e9c2b0989d454e6d6804c0f2330eff (patch)
tree551dc23d93a4b29e7798bdaf1c1ea56e9e1980fa /lua/clever_f/motion_executor.lua
parentaff351a1f12227622948bda2f2a093363e80e084 (diff)
Route command contexts
Diffstat (limited to 'lua/clever_f/motion_executor.lua')
-rw-r--r--lua/clever_f/motion_executor.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/clever_f/motion_executor.lua b/lua/clever_f/motion_executor.lua
index 198534b..212a362 100644
--- a/lua/clever_f/motion_executor.lua
+++ b/lua/clever_f/motion_executor.lua
@@ -12,7 +12,7 @@ function M.execution_path(context)
if context.visual_kind ~= nil then
return M.ExecutionPath.VISUAL
end
- return nil
+ return M.ExecutionPath.COMMAND
end
return M