From 768cb71841e9c2b0989d454e6d6804c0f2330eff Mon Sep 17 00:00:00 2001 From: Jackson Moore Date: Fri, 4 Sep 2026 10:47:03 +0200 Subject: Route command contexts --- lua/clever_f/motion_executor.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/clever_f') 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 -- cgit v1.2.3