Zhao.MA
Zhao.MA
Sorry for get back to this late. Yes the font changing process is still painful. The fonts are provided in the file, but it need a better way to switch...
Are you using Windows? This might be an issue of using `grep` in Windows cmd. I've fixed in my fork: https://github.com/xarthurx/vim-taskwarrior
I did some fixes in my repo. You're free to try if you want.
It seems the author has abandoned the project. I just created a fork https://github.com/xarthurx/vim-taskwarrior and added the functionality I need for supporting **native Windows** through WSL. (anything else is the...
@heiderich based on my test, it is mainly caused by the multiple calls of `task` shell command from VIM for updating information, etc. It seems (correct me if I'm wrong)...
@malramsay64 This should be fixed in the development branch of my fork: https://github.com/xarthurx/vim-taskwarrior/commit/4055604c6a6d1e91f8df03c44e53144c146fe379#diff-e8671a543e9269b7aa9dca001c92a2b1R41 will merge into the maintained repo soon.
taskwarrior 2.4.0 starts to allow `rc.confirmation=no` for a non-interactive shell command. Since this repo is not maintained any more, I've fixed it in my fork (hopefully will keep adding new...
The `undo` should also be fixed now. @arooni The main problem is that vim doesn't encourage interactive-type of command. So what I do in the fork is to fake a...
for the command of deleting, please use either `:TWDelete` or the shortcut `D` instead of pure shell command `:!task xx delete`. The latter is a pure shell cmd and vim...
@PhilippWoelfel Thank you for the test. Yeah, there're several annoying things I've noticed, and I'm constantly adding things recently, though during weekends. Please submit in my fork, so that I'll...