summaryrefslogtreecommitdiff
path: root/lua/clever_f
diff options
context:
space:
mode:
Diffstat (limited to 'lua/clever_f')
-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