We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d94dff5 commit 460a293Copy full SHA for 460a293
plugins/applications/src/lib.rs
@@ -189,7 +189,6 @@ pub fn init(config_dir: RString) -> State {
189
#[get_matches]
190
pub fn get_matches(input: RString, state: &State) -> RVec<Match> {
191
let matcher = fuzzy_matcher::skim::SkimMatcherV2::default().ignore_case();
192
-
193
let mut entries = state
194
.entries
195
.iter()
0 commit comments