Merge pull request #815 from zed-industries/stale-search-match-count

Notify when buffer search matches change
This commit is contained in:
Max Brunsfeld
2022-04-13 15:41:30 -07:00
committed by GitHub

View File

@@ -552,6 +552,7 @@ impl BufferSearchBar {
);
});
}
cx.notify();
});
}
}));