aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d/man.bash
Commit message (Collapse)AuthorAgeFilesLines
* Respect completion-ignore-case in custom functionsTom Ryder2018-10-301-0/+14
| | | | | | This involves a little too much boilerplate for my liking, but it's still an improvement over what I had before. I might find a way to make this into a generic function.
* Use bashdefault if available in more completionsTom Ryder2017-02-121-1/+7
|
* Ignore stderr from manpath(1) checkTom Ryder2016-12-251-1/+1
|
* Add some missing "local" callsTom Ryder2016-12-121-0/+1
|
* Prevent man(1) completion interfering with pathsTom Ryder2016-12-091-0/+6
|
* Handle empty filename completions betterTom Ryder2016-08-301-6/+9
| | | | | | Bash 4.4 hangs in an awkward way (probably outputting the literal null char in some unexpected context) without this; I'm not sure if this is a bug or whether it's just been tolerated behaviour until now.
* Explicitly declare array to reassure shellcheckTom Ryder2016-08-231-3/+2
|
* Use explicit -n test within [[ ]]Tom Ryder2016-08-181-2/+2
| | | | | Bash doesn't require it, but there's no real advantage to it and it's a better habit for complying with e.g. pdksh, which does
* Move bash completion setup into separate dirTom Ryder2016-07-301-0/+63