blindFS / vim-taskwarrior

vim interface for taskwarrior
Other
517 stars 42 forks source link

disable the task warrior not found message Set task_quiet to diable the warning message about not being able to find an executable named task. #77

Closed derekschrock closed 10 years ago

blindFS commented 10 years ago

I understand your intention. But if you don't have installed taskwarrior. Maybe you can simply comment out the command that loads this plugin, for example Bundle "farseer90718/vim-taskwarrior" with vundle.

harciga commented 10 years ago

Or perhaps in your .vimrc

if executable('task') 
Bundle 'farseer...warrior' 
endif```
derekschrock commented 10 years ago

Commenting out the Bundle line isn't an option because it's a shared file from a git repo shared between multiple machines.

The second solution would work if I included it in my bundles sourced file. I think I can dismiss this pull request.