skywind3000/asynctasks.vim

Expose last_task as global variable

KaiHoewelmeyer-TomTom opened this issue · 3 comments

I would like to have the last run task in my statusline. The s:last_task is a script-local variable. Is there anyway to achieve this?

If not, would you accept a PR for this?

please update to the latest version, a new variable g:asynctasks_last is introduced for this.

Wow. That was a quick fix. Thank you so much! I will test it.

Works great and as expected. Once more: Thank you!