Friday, January 8, 2010

Re: screen does not scrolling when moving cursor in function

Hi winterTTr!

On Fr, 08 Jan 2010, winterTTr wrote:

> I am not very sure whether this is a bug of screen update.
> OR some kind of rule for the vim, sorry i can't find this kind of rule
> mentioned in the help doc.
>
> It happens when i do some kind of moving cursor action in a vim function
> which is used to
> move the cursor position (out of screen) in another vim window.

I think, this happens, because vim postpones redraws, until the function
is completed (I can't find it in the help right now).

It should help to explicitly call :redraw or even redraw!


regards,
Christian

No comments: