Open jebaum opened 11 years ago
I don't think I can get this implemented since vim script is not multithread safe, which means, if you try to send a message to pop up the window, vim may crash.
I was afraid of that. Oh well. At the risk of making the issue off topic, would it be possible to create a toggle command for :SCViewResultAsync
?
Is there any way to automatically run
:SCViewResultAsync
when:SCCompileRunAsync
finishes? I tried to write a loop to check:SCIsRunningAsync
to accomplish this but had no success.