diff options
| -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 |
