On Thu, Feb 14 2019, 積丹尼 Dan Jacobson wrote: > > # set <TAB> > allexport hashall monitor nounset > verbose > braceexpand histexpand noclobber onecmd > vi > emacs history noexec physical > xtrace > errexit ignoreeof noglob pipefail > errtrace interactive-comments nolog posix > functrace keyword notify privileged
This is caused by this line in bash_completion: # set completes with set options complete -A setopt set which works to suggest completions for "set +o" and "set -o", but has this undesired side-effect. I don't know how to fix this, yet, but while this is broken, you could use Alt+/ to complete with filenames.

