diff options
| author | Jackson Moore <jacksonmoore@tuta.io> | 2026-09-04 10:18:23 +0200 |
|---|---|---|
| committer | Jackson Moore <jacksonmoore@tuta.io> | 2026-09-04 10:18:23 +0200 |
| commit | 55a3a9dbb4d0ec6ecf20576bfa276298563257b8 (patch) | |
| tree | 95187272f0d4293a36f3b8c34dc059a370b7f0c4 /lua/clever_f/destination_engine.lua | |
| parent | e8271f4b75e50983e82fba4155be0bd09e0251d7 (diff) | |
Fix destination search regions
Diffstat (limited to 'lua/clever_f/destination_engine.lua')
| -rw-r--r-- | lua/clever_f/destination_engine.lua | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
