Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #14867 > unrolled thread
| Started by | Clark Wang <dearvoid@gmail.com> |
|---|---|
| First post | 2018-11-30 17:21 +0800 |
| Last post | 2018-11-30 17:21 +0800 |
| Articles | 1 — 1 participant |
Back to article view | Back to gnu.bash.bug
bash-5.0-beta2 breaks ``complete -D'' Clark Wang <dearvoid@gmail.com> - 2018-11-30 17:21 +0800
| From | Clark Wang <dearvoid@gmail.com> |
|---|---|
| Date | 2018-11-30 17:21 +0800 |
| Subject | bash-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
Back to top | Article view | gnu.bash.bug
csiph-web