BUG DESCRIPTION
If I set up custom context with two write conditions:
context.4_TODAY.write=due:eod and pro:infra
TUI adds 'and' to each task description.
Result: 'and my_first_task'
However, If i have only one condition, everything works as intended
context.4_TODAY.write=due:eod
Result: 'my_first_task'
ADDITIONAL INFO
- taskwarrior-tui 0.26.3
- FWIW I suspected that
uda.taskwarrior-tui.task-report.auto-insert-double-quotes-on-add setting may interfere, but the bug persists with both true and false values.