Closed jerri closed 4 years ago
Using a ' in the annotation text like e.g. This doesn't work., I get an error message:
This doesn't work.
Error detected while processing function taskwarrior#action#annotate[13]..taskwarrior#system_call: line 2: E484: Can't open file /tmp/vYGmlpb/35
This is not the issue of vim-taskwarrior but the command line call task xx annotate <your anno>. vim-taskwarrior just simply call that shell command for adding annotations.
vim-taskwarrior
task xx annotate <your anno>
Using \' should work in this case.
\'
Using a ' in the annotation text like e.g.
This doesn't work.
, I get an error message: