zc he
zc he
What's the output of `echo taskwarrior#data#get_value_by_column(line('.'), 'project')`? with the cursor on it? Maybe some German characters? I made it only for `[0-9A-Za-z]`, I'll fix it if I find out which...
I can't reproduce the problem, but I've changed the implementation of that function in 036bbb2cec3b27a72990755edf9490232e6f6eed . If you still have a problem, maybe you could show me your taskrc.
I wanted this feature too. But this will greatly slow down the reaction speed. Maybe it will be much faster if there is a available column showing task type(waiting/due/overdue/blocking..... anything...
The problem is not how we highlight them. It's how can we tell which ones should be highlighted in which way. And any possible method I can come up with...
No, when I say which ones, I mean which lines in the report, not which uuids. And the main procedure that affects the performance is **mapping ids to line numbers**.
I have not tried to parse the date string and compare. But it still requires iterating through and get due field for each line(which is already a heavy burden I...
I think the taskwarrior highlights the output according to the urgency value?
`task report` returns many undesired commands, I'll just allow users to specify their own `g:task_report_command`. For example, If you want to add the command `my-command`, just put `let g:task_report_command =...
Well, automation is good, but using `task report` to get it is not a good approach, in my perspective. I want to keep the init process simple and fast.
Currently, it is not overwrite already, you don't have to put 'next, long, all, ....' in your `g:task_report_command`, just your personal reports. But you need to put that line before...