Hello:

I'm using vim as a front end to a server process that communicates
with it through the python interface. When the server process is doing
something, it sends a lot of output to a vim buffer. I would like to
make it so that the window(s) that buffer is bound to will
automatically scroll to show the newest data, but I will also be
editing other windows simultaneously, so I don't want to have to
change focus to that window everytime to scroll it.

Currently I can change the position of the cursor in that window
without moving to it, but that doesn't scroll the window until the
next time it gets focus.

Is there any function that can do this?

Thanks ahead of time for the help.

Joseph

Reply via email to