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