clear selections after a change
This commit is contained in:
parent
1e224dc586
commit
ca99a51bca
|
@ -476,6 +476,7 @@ void do_change(Window& window, int count)
|
||||||
{
|
{
|
||||||
RegisterManager::instance()['"'] = window.selection_content();
|
RegisterManager::instance()['"'] = window.selection_content();
|
||||||
do_insert(window, IncrementalInserter::Mode::Change);
|
do_insert(window, IncrementalInserter::Mode::Change);
|
||||||
|
window.clear_selections();
|
||||||
}
|
}
|
||||||
|
|
||||||
template<bool append>
|
template<bool append>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user