From 55a3a9dbb4d0ec6ecf20576bfa276298563257b8 Mon Sep 17 00:00:00 2001 From: Jackson Moore Date: Fri, 4 Sep 2026 10:18:23 +0200 Subject: Fix destination search regions --- lua/clever_f/destination_engine.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/clever_f/destination_engine.lua b/lua/clever_f/destination_engine.lua index c7345d5..9b528d0 100644 --- a/lua/clever_f/destination_engine.lua +++ b/lua/clever_f/destination_engine.lua @@ -49,12 +49,14 @@ local function calculation_inputs(view, origin, plan, count, first_move) fail("destination calculation first_move must be a Boolean", 3) end + local bounds = view:match_start_bounds(plan.search_scope, origin) return { view = view, origin = origin, plan = plan, count = count, first_move = first_move, + bounds = bounds, } end -- cgit v1.2.3