mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
A3t
- ::getWords now only extracts original args, not synthetics.
This commit is contained in:
parent
93a241417e
commit
14a74fefdc
1 changed files with 2 additions and 1 deletions
|
@ -577,7 +577,8 @@ const std::vector <std::string> A3t::getWords () const
|
||||||
! (*i)->hasTag ("RC") &&
|
! (*i)->hasTag ("RC") &&
|
||||||
! (*i)->hasTag ("CONFIG") &&
|
! (*i)->hasTag ("CONFIG") &&
|
||||||
! (*i)->hasTag ("CMD") &&
|
! (*i)->hasTag ("CMD") &&
|
||||||
! (*i)->hasTag ("TERMINATOR"))
|
! (*i)->hasTag ("TERMINATOR") &&
|
||||||
|
(*i)->hasTag ("ORIGINAL"))
|
||||||
words.push_back ((*i)->attribute ("raw"));
|
words.push_back ((*i)->attribute ("raw"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue