X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-completion.bash;fp=notmuch-completion.bash;h=ff0a24d60cbfe5f095ba41dfdd6a07e270db2b86;hp=b4335fdf31fc93cc54d62179220352d5020c27b6;hb=829dac9a1b4aaadcd0238f72b3bc61c9ce936110;hpb=4033d87fddff62cfd615899991955867659ade01 diff --git a/notmuch-completion.bash b/notmuch-completion.bash index b4335fdf..ff0a24d6 100644 --- a/notmuch-completion.bash +++ b/notmuch-completion.bash @@ -53,11 +53,11 @@ _notmuch() prev=${COMP_WORDS[COMP_CWORD-1]} if [[ "$COMP_CWORD" == "1" ]]; then - COMPREPLY=( $(compgen -W "${commands}" -- ${current}) ) + COMPREPLY=( $(compgen -W "${commands}" -- ${current}) ) fi if [[ $prev = "help" && "$COMP_CWORD" == "2" ]]; then - COMPREPLY=( $(compgen -W "${help_options}" -- ${current}) ) + COMPREPLY=( $(compgen -W "${help_options}" -- ${current}) ) fi } complete -o default -o bashdefault -F _notmuch notmuch