[7801] in SIPB bug reports
Re: Cursor placement on exit bug with new vim 5.8, and comment about exmh
daemon@ATHENA.MIT.EDU (Mitchell E Berger)
Wed Jul 18 20:03:43 2001
Message-Id: <200107190003.UAA23817@byte-me.mit.edu>
To: Brad Thompson <yak@MIT.EDU>
cc: Mitchell E Berger <mitchb@MIT.EDU>, bug-sipb@MIT.EDU, mitchb@MIT.EDU
In-Reply-To: Your message of "Wed, 18 Jul 2001 19:49:20 EDT."
<20010718194920.A2641@stratton-four-eighty-three.mit.edu>
Date: Wed, 18 Jul 2001 20:03:34 -0400
From: Mitchell E Berger <mitchb@MIT.EDU>
> > When you first turn the ruler on, vim will display the name of the
> > file and total number of lines on the left side of the status line, and
> > the current line and column numbers on the right side of the status line.
>
> This does not happen for me. Can you send the contents of your .exrc and
> .vimrc and your EXINIT and VIMINIT environment variables?
Sure. I don't set either environment variable, nor do I have a .exrc, but
here's my .vimrc:
set ru
set bg=dark
set ai
syntax on
Mitch