Ville Skyttä
Ville Skyttä
Did not include these in auto detection, I have a hunch they'd cause false positives / unwanted results. The test samples are "hello" translations from Google Translate.
Syncs with fio 3.30.
ca361be02a92e30a3d26d376b30faf268853e836 enables warnings about trying to source directories when loading completions. That's useful, but triggers the errors in the common case of trying to source something, `. `Tab Special case...
- https://github.com/scop/bash-completion/discussions/537 - https://github.com/scop/bash-completion/discussions/539
Contains a somewhat unrelated style change which I'm too lazy to submit separately :P
When `shopt -s localvar_inherit` (bash 5.0) is enabled and there is a global variable `mode`, `local mode` initializes the variable `mode` with the value of the global `mode`, and thus...
Hm, we should add a template for pull requests so that the request to ask upstream to include the completion first is more prominent. Anyway, for time being, see https://raw.githubusercontent.com/scop/bash-completion/master/.github/ISSUE_TEMPLATE/feature_request.md...