Fix vim2 search tests
This commit is contained in:
parent
3088cbea68
commit
a656d11fed
1 changed files with 0 additions and 1 deletions
|
@ -2171,7 +2171,6 @@ impl Editor {
|
||||||
|
|
||||||
self.blink_manager.update(cx, BlinkManager::pause_blinking);
|
self.blink_manager.update(cx, BlinkManager::pause_blinking);
|
||||||
cx.emit(EditorEvent::SelectionsChanged { local });
|
cx.emit(EditorEvent::SelectionsChanged { local });
|
||||||
cx.emit(SearchEvent::MatchesInvalidated);
|
|
||||||
|
|
||||||
if self.selections.disjoint_anchors().len() == 1 {
|
if self.selections.disjoint_anchors().len() == 1 {
|
||||||
cx.emit(SearchEvent::ActiveMatchChanged)
|
cx.emit(SearchEvent::ActiveMatchChanged)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue