Do not merge overlapping selection when entering append mode
Fixes #163
This commit is contained in:
parent
2acfe85281
commit
e78fd2d235
|
@ -842,7 +842,8 @@ private:
|
|||
kak_assert(false); // invalid for interactive insert
|
||||
break;
|
||||
}
|
||||
selections.sort_and_merge_overlapping();
|
||||
if (mode != InsertMode::Append)
|
||||
selections.sort_and_merge_overlapping();
|
||||
selections.check_invariant();
|
||||
buffer.check_invariant();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user