zc he

Results 140 comments of zc he

Would you please first run `:set modifiable` then retry it?

It seems strange to me, would you please tell me the output of `:edit taskinfo | echo &modifiable` without running TW?

I think it has sth to do with your vimrc. Whatever, please git pull this plugin. I hope the lastest commit will fix your problem.

Maybe you enable 'readonly' somewhere, or there is already a file named taskinfo without permission to write.

I don't think vim provides a local-theme feature. Have to use autocomand to implement this, which seems really wierd to me. I suggest that you use something like `highlight taskwarrior_xxx...

You want C-A/C-X in command mode or in normal mode?

C-A/C-X in normal mode depends on the format of the column(limited). In command mode, I have to reimplement those increase/decrease functions(not so easy I think). Maybe you know which part...

Yeah, please check the dev branch to see if that works for you. command-mode is hard to implement.

It is not hard, but it will slow down the taskwarrior#list process with current structure.(better not)