fish-shell / fish-shell/fish-shell
Not loading descriptions for functions in $fish_function_path
Open
completions
enhancement
- Dominant language
- Rust
- Stars
- 34.2k
- Forks
- 2.4k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 13
Description
At first I thought it was just the functions I had in `~/.config/fish/functions`, but I tried auto-completion suggestions by typing:
``` shell
va
```
And noticed that there wasn’t a description for `vared` either, even though there was one when I checked `functions vared`.
The miscellaneous functions I load separately with `.` load their description just fine.
**PS:** I’m on OS X 10.8.2 (Mountain Lion), using fish OpenBeta_r2 version.
Contributor guide
Assessment
This issue has not been assessed yet.