kakoune/test/regression/0-rotate-at-eof-mutates-selection
Maxime Coste b68490ef11 Cleanup replaced range selection logic
Do not access Buffer::m_changes to find the inserted range, return
it directly from Buffer::insert and Buffer::replace. This fixes a
wrong behaviour where replacing at eof would lose the selected end
of line (as the implementation does not actually replace that end
of line)
2019-12-18 11:36:17 +11:00
..
cmd Cleanup replaced range selection logic 2019-12-18 11:36:17 +11:00
in Cleanup replaced range selection logic 2019-12-18 11:36:17 +11:00
out Cleanup replaced range selection logic 2019-12-18 11:36:17 +11:00