blindFS / vim-taskwarrior

vim interface for taskwarrior
Other
518 stars 42 forks source link

Adding annotations with single ' in it, leads to error message. #146

Closed jerri closed 4 years ago

jerri commented 6 years ago

Using a ' in the annotation text like e.g. This doesn't work., I get an error message:

Error detected while processing function taskwarrior#action#annotate[13]..taskwarrior#system_call:
line    2:
E484: Can't open file /tmp/vYGmlpb/35
xarthurx commented 5 years ago

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.

Using \' should work in this case.