mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-04 10:37:19 +02:00
Enhancement - Integrated Subst
- Subst is now part of Context.
This commit is contained in:
parent
a2a9fa7f35
commit
049767484f
3 changed files with 15 additions and 10 deletions
|
@ -31,6 +31,7 @@
|
|||
#include "Keymap.h"
|
||||
#include "Config.h"
|
||||
#include "Sequence.h"
|
||||
#include "Subst.h"
|
||||
#include "T2.h"
|
||||
#include "TDB2.h"
|
||||
#include "StringTable.h"
|
||||
|
@ -59,6 +60,7 @@ public:
|
|||
Filter filter;
|
||||
Keymap keymap;
|
||||
Sequence sequence;
|
||||
Subst subst;
|
||||
T2 task;
|
||||
TDB2 tdb;
|
||||
StringTable stringtable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue