mirror of https://github.com/helix-editor/helix
parent
dc57f8dc89
commit
6192f2fa25
|
@ -228,7 +228,8 @@ pub mod completers {
|
||||||
|
|
||||||
let end = input.len()..;
|
let end = input.len()..;
|
||||||
|
|
||||||
let mut files: Vec<_> = WalkBuilder::new(dir.clone())
|
let mut files: Vec<_> = WalkBuilder::new(&dir)
|
||||||
|
.hidden(false)
|
||||||
.max_depth(Some(1))
|
.max_depth(Some(1))
|
||||||
.build()
|
.build()
|
||||||
.filter_map(|file| {
|
.filter_map(|file| {
|
||||||
|
|
Loading…
Reference in New Issue