diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/clever_f/motion_executor.lua | 2 |
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 |
