mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-24 08:56:43 +02:00
Fixed bug #241
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:
parent
0bad0277fe
commit
ede746ba16
2 changed files with 53 additions and 24 deletions
|
@ -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 ------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue