Closed coderofsalvation closed 6 years ago
I'm not sure why ${1^^}
isn't working.
Regarding declare -A
vs. declare -a
, I'm confused how your patch is actually working because we're using _fuzzy_replaced_specs
as an associative array. So declare -a
really shouldn't work... More about this here.
Those two issues make me think that you're not actually running bash>=4...
I'm going to close this issue since it seems to be a setup problem as opposed to a bug in fuzzy_bash_completion, but feel free to re-open if you find anything else out.
Cool experiment, but im on mac osx.
And it doesn't seem to work out of the box. However with this patch it works.
Im not doing a PR, since I've got no idea why it doesn't support the uppercase feature
${1^^}
. Thedeclare -a
is also a mystery to me, since this is a gnu bash builtin (which declare
returns nothing).Any mac osx users out here?