bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bash-5.0-beta2 breaks ``complete -D''


From: Clark Wang
Subject: bash-5.0-beta2 breaks ``complete -D''
Date: Fri, 30 Nov 2018 17:21:32 +0800

Hi Chet,

Just tried 5.0-beta2 and it broke my completion rules. It can be reproduced
with the following steps:

# complete -r
# foo() { true; }
# complete -o default -o bashdefault -D -F foo
# cd /<TAB><TAB>    <-- Here it does not list dirs under `/'. Works fine
with 4.4.

Please take a look.

-clark


reply via email to

[Prev in Thread] Current Thread [Next in Thread]