blindFS / vim-taskwarrior

vim interface for taskwarrior
Other
517 stars 42 forks source link

Seems to break if the _forcecolor option is used in taskrc #123

Open sanjayankur31 opened 8 years ago

sanjayankur31 commented 8 years ago

This seems to be reproducible. If I use this in my taskrc:

_forcecolor=yes

the plugin appears to break. As in, nothing comes up in vim at all - irrespective of what reports I use. Another thing I noticed was that when this occurs, I have a new folder created in the pwd - the folder has a name that consists of special characters.

Could be something to do with my terminal settings and things, but I'm not quite sure what info to provide right now.

[asinha@cs-as14aho-2-herts-ac-uk  ~]$ rpm -q task vim-enhanced
task-2.5.0-1.fc23.x86_64
vim-enhanced-7.4.827-1.fc23.x86_64
bbugyi200 commented 6 years ago

Putting this in your vimrc appears to be a workaround for this issue:

let g:task_rc_override = 'rc._forcecolor=off'