diff options
| author | Jackson Moore <jacksonmoore@tuta.io> | 2026-09-04 10:21:30 +0200 |
|---|---|---|
| committer | Jackson Moore <jacksonmoore@tuta.io> | 2026-09-04 10:21:30 +0200 |
| commit | 1a9f90afcc6e5e00a94dd188a5361a894d06e257 (patch) | |
| tree | 94cf2f1226af5ecf6381c5eb908bb9efa7227ff6 /lua/clever_f | |
| parent | 51d029e037f233e3239d426d151630ec4897d4fb (diff) | |
Transform backward TILL destinations
Diffstat (limited to 'lua/clever_f')
| -rw-r--r-- | lua/clever_f/destination_engine.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/clever_f/destination_engine.lua b/lua/clever_f/destination_engine.lua index 6d9ceca..ed3b7b2 100644 --- a/lua/clever_f/destination_engine.lua +++ b/lua/clever_f/destination_engine.lua @@ -90,7 +90,7 @@ local function regular_destination(request, target_position) if descriptor.direction == domain.Direction.FORWARD then return request.view:predecessor(target_position) end - return target_position + return request.view:successor(target_position) end local function target_destination(request, target_position) |
