Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-term/src/handlers/completion/path.rs')
| -rw-r--r-- | helix-term/src/handlers/completion/path.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/src/handlers/completion/path.rs b/helix-term/src/handlers/completion/path.rs index 21dc9c31..c2ffa5ef 100644 --- a/helix-term/src/handlers/completion/path.rs +++ b/helix-term/src/handlers/completion/path.rs @@ -113,7 +113,7 @@ pub(crate) fn path_completion( kind: Cow::Borrowed(kind), label: file_name.into(), transaction, - documentation, + documentation: Some(documentation), provider: CompletionProvider::Path, })) }) |