Completion behavior has changed from bash-3 to bash-4.  Even the colon
character appears in COMP_WORDBREAKS of both versions, only bash-4 seems to
honor it.  This appears to be a bug in bash-3.  Changes made here work around
the problem so that completion of project names works for either version of
bash.
This commit is contained in:
John Florian 2009-07-30 23:19:10 -04:00
parent 0bad0277fe
commit ede746ba16
2 changed files with 53 additions and 24 deletions

View file

@ -4,6 +4,8 @@
1.8.1
+ Fixed bug #231 that broke the build on OpenBSD 32-bit due to a time_t
and int collision (thanks to Pietro Cerutti).
+ Fixed bug #241 that prevented bash's tab-completion of projects in Fedora
11 and likely anything using bash-4 (John Florian)
------ old releases ------------------------------