small docs updates, add trailing slash to autocompleted directories
This commit is contained in:
parent
8ba80979f8
commit
09b032271b
3 changed files with 15 additions and 15 deletions
|
|
@ -148,14 +148,14 @@ impl Completer for CustomCompleter {
|
|||
.as_os_str()
|
||||
.to_str()
|
||||
.expect("bad dir somehow?")
|
||||
.to_owned(),
|
||||
.to_owned() + "/",
|
||||
description: None,
|
||||
extra: None,
|
||||
append_whitespace: false,
|
||||
span: Span {
|
||||
start,
|
||||
end: pos
|
||||
}
|
||||
},
|
||||
append_whitespace: false
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue