Closed ravl1084 closed 9 years ago
Would you please provide the actions
part of your taskrc?
Here it is:
report.actions.description=Actionable items
report.actions.columns=id,project,due,priority,description
report.actions.sort=due+,priority-,depends+,project+
report.actions.filter=+actions and status:pending and -BLOCKED
Well, you have to add report.actions.labels=xx,xx,xx,xx,xx
to your taskrc, and let g:task_report_command = ['actions']
to your vimrc.
Thank you! The labels did it.
I'm using taskwarrior 2.2.0 and I have a custom report called
actions
that produces this outputWhen I open vim and then do
:TW
I get this error:After hitting enter to dismiss this message, my custom report appears, but if I move the cursor left and right, it moves based on the position of the columns on the previous view instead of the current one. Also, the per-column highlighting is showing per the previous view (i.e. a part of the Description column is highlighted where the due date of the previous view was)