lsp-log: Reemit Editors search events.

NextMatch/PreviousMatch did not work due to us not updating the match index in the buffer search (that relied on an event being emitted).
This commit is contained in:
Piotr Osiewicz 2024-01-22 13:29:42 +01:00
parent 426ef75f4e
commit b5cb8323d4
2 changed files with 16 additions and 10 deletions

View file

@ -11,7 +11,7 @@ use crate::{
ItemHandle,
};
#[derive(Debug)]
#[derive(Clone, Debug)]
pub enum SearchEvent {
MatchesInvalidated,
ActiveMatchChanged,