kakoune/test/regression/0-compute-modified-range-crash
Maxime Coste 53f5b3d709 Fix an assert in compute modified ranges when merging single char ranges
Due to the way Selection::min/max worked, we were creating backward
selections, with cursor < anchor, which was triggering an assert when
trying to move cursor back one char when it was already on the first
char of the buffer.
2017-07-14 12:42:43 +09:00
..
cmd Fix an assert in compute modified ranges when merging single char ranges 2017-07-14 12:42:43 +09:00
in Fix an assert in compute modified ranges when merging single char ranges 2017-07-14 12:42:43 +09:00
out Fix an assert in compute modified ranges when merging single char ranges 2017-07-14 12:42:43 +09:00