asynctasks.vim
asynctasks.vim copied to clipboard
perform task if file exist
How to perform a task : AsyncTask gulp-watch
if gulpfile.js exist ?
I try in .vimrc
if filereadable("gulpfile.js")
AsyncTask gulp-watch
endif
But I've an error :
error function AsyncRun_Job_OnTimer[11]
not sure if this plugin support long lived processes