prabirshrestha/async.vim

Cursor flickers 2 times after async job completes

Closed this issue · 3 comments

Is it possible to not make cursor flicker when async job completes?

NVIM v0.6.0-dev+nightly-481-g6f48c018b
Build type: Release
LuaJIT 2.1.0-beta3

I think the example should be uploaded.

@Shougo My bad, I had a couple of call system() in the handler callback of the job. Getting rid of those fixed it.

Oh.