You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linwei edited this page Oct 11, 2016
·
16 revisions
if you set g:asyncrun_last to non-zero (it is zero by default):
letg:asyncrun_last=1
Quickfix window will scroll only if the cursor is on the last line, just like output panel of visual studio.
But there are some downsides:
unlike :cbottom it is not native supported by vim (simulated in vimscript), checking cursor will have a lower performance, but most of time it's acceptable.
sometimes cursor blinks in a strange frequency, but not noticeable.
due to these matters, g:asyncrun_last has been set to zero by default, you can turn it on manually.