asynctasks.vim icon indicating copy to clipboard operation
asynctasks.vim copied to clipboard

perform task if file exist

Open tofulm opened this issue 4 years ago • 1 comments

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]

tofulm avatar Aug 25 '20 10:08 tofulm

not sure if this plugin support long lived processes

danielo515 avatar Apr 19 '23 11:04 danielo515