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:
parent
426ef75f4e
commit
b5cb8323d4
2 changed files with 16 additions and 10 deletions
|
@ -11,7 +11,7 @@ use crate::{
|
|||
ItemHandle,
|
||||
};
|
||||
|
||||
#[derive(Debug)]
|
||||
#[derive(Clone, Debug)]
|
||||
pub enum SearchEvent {
|
||||
MatchesInvalidated,
|
||||
ActiveMatchChanged,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue