aboutsummaryrefslogtreecommitdiff
path: root/tests/test-custom-buffer-file--diff-review.el
Commit message (Collapse)AuthorAgeFilesLines
* feat(buffer-file): make the disk-changed diff review navigableCraig Jennings48 hours1-0/+261
Pressing d in the C-x C-s conflict menu (and the save-some loop) now enters a modal review instead of a peek-and-return toggle: point lands on the first hunk, arrows and TAB move through the changes, and the menu keys act from inside the diff. difftastic gets --context 1 and an explicit --width, since as a subprocess it can't detect the terminal and wrapped at 80 columns. A new m choice resolves the conflict in ediff. I kept the post-merge save re-asking once, so an abandoned merge can't silently overwrite the disk version.