On Fri, Feb 27, 2009 at 05:45:11PM +0200, Lauri Oksanen wrote:
> Hello,
>
> First of all the contact form at
> http://vim-latex.sourceforge.net/index.php?subject=contact&title=Contact
> is not working for me. It keeps saying that I haven't entered values
> in the required fields altough I have filled every field.
>
> My actual problem is the following.
>
> I ran Latex with \ll and got some errors. After I closed the windows
> reporting the errors, the window displaying the tex file I'm editing
> scrolls strangely. The window keeps centered to the row the cursor is
> in. It is like hitting zz after each j or k.
>
> Is there some quick fix for this?
>
> - Lauri
I guess the quick fix is
:set so=0
'so' means scrolloff. I have the same problem every once in a while, and
this is what I usually do.
Matías
|