mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
TW-1881: default.scheduled seems not to work
- Thanks to Onion.
This commit is contained in:
parent
1b40c802c2
commit
eb935d895b
9 changed files with 42 additions and 6 deletions
|
@ -102,6 +102,7 @@ syn match taskrcGoodKey '^\s*\Vdefault.command='he=e-1
|
|||
syn match taskrcGoodKey '^\s*\Vdefault.due='he=e-1
|
||||
syn match taskrcGoodKey '^\s*\Vdefault.priority='he=e-1
|
||||
syn match taskrcGoodKey '^\s*\Vdefault.project='he=e-1
|
||||
syn match taskrcGoodKey '^\s*\Vdefault.scheduled='he=e-1
|
||||
syn match taskrcGoodKey '^\s*\Vdefaultheight='he=e-1
|
||||
syn match taskrcGoodKey '^\s*\Vdefaultwidth='he=e-1
|
||||
syn match taskrcGoodKey '^\s*\Vdependency.confirmation='he=e-1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue