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:
1
NEWS
1
NEWS
@@ -14,6 +14,7 @@ New Features in taskwarrior 1.9.3
|
||||
- New merge capability for syncing task data files.
|
||||
- When completing or modifying a task, the project status is displayed.
|
||||
- The 'info' report is now colorized.
|
||||
- Certain characters (#, $, @) are now supported for use in tags.
|
||||
|
||||
Please refer to the ChangeLog file for full details. There are too many to
|
||||
list here.
|
||||
|
||||
Reference in New Issue
Block a user