Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #14867
| From | Clark Wang <dearvoid@gmail.com> |
|---|---|
| Newsgroups | gnu.bash.bug |
| Subject | bash-5.0-beta2 breaks ``complete -D'' |
| Date | 2018-11-30 17:21 +0800 |
| Message-ID | <mailman.4912.1543569735.1284.bug-bash@gnu.org> (permalink) |
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 gnu.bash.bug | Previous | Next | Find similar | Unroll thread
bash-5.0-beta2 breaks ``complete -D'' Clark Wang <dearvoid@gmail.com> - 2018-11-30 17:21 +0800
csiph-web