diff options
| author | Jackson Moore <jacksonmoore@tuta.io> | 2026-09-04 13:37:36 +0200 |
|---|---|---|
| committer | Jackson Moore <jacksonmoore@tuta.io> | 2026-09-04 13:37:36 +0200 |
| commit | a402497b8a75289ebd8b92c4641509ec4c30a020 (patch) | |
| tree | 24128b2cbd236f65dd415afe606b72b44fabb901 /lua | |
| parent | e73fbb9083cdab1542dd826096e0d673989c560c (diff) | |
Reuse acquired motion plans
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/clever_f/sequence_coordinator.lua | 2 |
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 |
