Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #14867 > unrolled thread

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

Started byClark Wang <dearvoid@gmail.com>
First post2018-11-30 17:21 +0800
Last post2018-11-30 17:21 +0800
Articles 1 — 1 participant

Back to article view | Back to gnu.bash.bug


Contents

  bash-5.0-beta2 breaks ``complete -D'' Clark Wang <dearvoid@gmail.com> - 2018-11-30 17:21 +0800

#14867 — bash-5.0-beta2 breaks ``complete -D''

FromClark Wang <dearvoid@gmail.com>
Date2018-11-30 17:21 +0800
Subjectbash-5.0-beta2 breaks ``complete -D''
Message-ID<mailman.4912.1543569735.1284.bug-bash@gnu.org>
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

[toc] | [standalone]


Back to top | Article view | gnu.bash.bug


csiph-web