summaryrefslogtreecommitdiff
path: root/test/regression/5298-missing-capture-register/cmd
AgeCommit message (Collapse)Author
2025-03-26Make sure captures are taken into account when comparing selectionsMaxime Coste
sel1 == sel2 was using BasicSelection::operator==, ignoring captures, which led to selection history deciding that selection did not change in some cases where only the captures had been updated and for the new selection not to be properly applied, leading to missing capture.