aboutsummaryrefslogtreecommitdiff
path: root/bash/bash_completion.d/_completion_ignore_case.bash
Commit message (Collapse)AuthorAgeFilesLines
* Trim some trailing whitespaceTom Ryder2018-12-021-1/+1
|
* Overhaul Bash completion scriptsTom Ryder2018-12-021-0/+12
Some general changes: * Apply case sensitivity switching in more contexts, using a dynamically loaded helper function * Use array counters for appending to COMPREPLY where possible * Lots more short-circuiting to limit structural depth These changes are expansive and there will definitely be bugs.