mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-27 19:17:19 +02:00
Bug #480 - @ Symbol in context not returning
- Fixed bug #480, which didn't properly support @ characters in tags. The problem was that the ctype.h ispunct() function considers @, # and $ to be punctuation, which I don't. An override now allows these characters in tags, and specificallt '+@context' style tags. - Added unit tests.
This commit is contained in:
parent
3cfcc9fb6b
commit
58d678f927
5 changed files with 100 additions and 6 deletions
|
@ -60,6 +60,8 @@
|
|||
+ Fixed bug #466, which gave the wrong error message when a custom report
|
||||
was missing a direction indicator for the sort order.
|
||||
+ Fixed bug #470, which caused task to not support the color 'none'.
|
||||
+ Fixed bug #480, which didn't properly support @ characters in tags. This
|
||||
also now supports $ and #.
|
||||
+ Fixed problem with command line configuration overrides that had no
|
||||
values.
|
||||
+ Fixed problem with the 'undo' command not observing the rc.color or the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue