Bug - A3::extract_modifications

- Broadened the list of argument categories that are downgraded to
  'word' for the purpose of task modification.
This commit is contained in:
Paul Beckingham
2011-08-13 16:24:07 -04:00
parent 7ba5e67050
commit 30034f057b
3 changed files with 64 additions and 47 deletions

View File

@@ -605,7 +605,7 @@ const A3 A3::extract_modifications () const
// lines that do not otherwise include an id, such as:
//
// task add Read the article on page 2
else if (arg->_category == "id" ||
else if (arg->_category == "id" ||
arg->_category == "uuid")
{
Arg downgrade (*arg);