-
Notifications
You must be signed in to change notification settings - Fork 4
can't undo a hunk accept #3
Copy link
Copy link
Closed
Labels
area:navigationHunk movement, accept/reject flowHunk movement, accept/reject flowarea:renderExtmarks, virtual lines, highlightsExtmarks, virtual lines, highlights
Description
Activity
Metadata
Metadata
Assignees
Labels
area:navigationHunk movement, accept/reject flowHunk movement, accept/reject flowarea:renderExtmarks, virtual lines, highlightsExtmarks, virtual lines, highlights
Summary
If I request changes from LLM and I cycle through their proposed hunks and accept one, if I run my undo/redo binding, the hunk will return or be removed HOW EVER it will not be in a state where I can run accept or reject again
What should happen
If I accept or reject a junk, undo/redo should keep it in the same diff state that it jumpy had it in.
I think this might be something with reading teh vim state for writes maybe jumpy should have its own state for the changes it applies to files?