blindFS / vim-taskwarrior

vim interface for taskwarrior
Other
517 stars 42 forks source link

Airline statusline funcref already added #118

Closed p-friedrich closed 9 years ago

p-friedrich commented 9 years ago

I just tried using vim-taskwarrior together with airline but everytime I open vim there comes the following error message: "The airline statusline funcref function('airline#extensions#taskwarrior#apply') has already been added." Everything seems to work, but the error message is pretty annoying. I tried commenting out Line 40 in vim-taskwarrior/autoload/airline/extensions/taskwarrior.vim. The error message dissappears but there is no longer a customized airline. So not really ideal. Otherwise I don't know what to make out of the error message itself.

blindFS commented 9 years ago

Would you please provide a minimal vimrc that will reproduce that problem?

p-friedrich commented 9 years ago

Thanks for your reply. I double-checked my installation and noticed that I made some errors when I transitioned from pathogen to Vundle. So after a clean Vundle setup the error doesnt occur anymore. Maybe pathogen and Vundle tried both to register the function and that caused the error. Totally my fault.