mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug
- Disallowed @ and / from an attribute name or modifier. This causes input like 'user@host:path' to now be parsed as description, and not as an unrecognized attribute.
This commit is contained in:
parent
783a326b11
commit
036d77e08f
4 changed files with 39 additions and 23 deletions
|
@ -69,6 +69,8 @@ public:
|
|||
char next ();
|
||||
std::string next (const int quantity);
|
||||
|
||||
std::string::size_type cursor ();
|
||||
|
||||
void save ();
|
||||
void restore ();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue