ignore case while filtering completions (#6008)
This commit is contained in:
parent
0f64f31d8b
commit
c332b16855
@ -79,7 +79,7 @@ impl<T: Item> Menu<T> {
|
|||||||
Self {
|
Self {
|
||||||
options,
|
options,
|
||||||
editor_data,
|
editor_data,
|
||||||
matcher: Box::default(),
|
matcher: Box::new(Matcher::default().ignore_case()),
|
||||||
matches,
|
matches,
|
||||||
cursor: None,
|
cursor: None,
|
||||||
widths: Vec::new(),
|
widths: Vec::new(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user