summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorJackson Moore <jacksonmoore@tuta.io>2026-09-04 13:37:36 +0200
committerJackson Moore <jacksonmoore@tuta.io>2026-09-04 13:37:36 +0200
commita402497b8a75289ebd8b92c4641509ec4c30a020 (patch)
tree24128b2cbd236f65dd415afe606b72b44fabb901 /lua
parente73fbb9083cdab1542dd826096e0d673989c560c (diff)
Reuse acquired motion plans
Diffstat (limited to 'lua')
-rw-r--r--lua/clever_f/sequence_coordinator.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/clever_f/sequence_coordinator.lua b/lua/clever_f/sequence_coordinator.lua
index bcb6689..e369a8b 100644
--- a/lua/clever_f/sequence_coordinator.lua
+++ b/lua/clever_f/sequence_coordinator.lua
@@ -226,6 +226,8 @@ function SequenceCoordinator:fresh_primary_resolution(
target_plan = acquisition_result.target_plan,
motion_plan = acquisition_result.motion_plan,
effective_descriptor = initiating_descriptor,
+ skip_destination = acquisition_result.target_plan.kind
+ == domain.TargetPlanKind.EMPTY,
}
end