On 5/7/06, Suresh Govindachar <[EMAIL PROTECTED]> wrote:
Hello,
After the following command,
:let i=0 | %g/^/let i+=1
:let i=0 | %g/^/let i+=1 | ''
or
:let i=0 | %g/^/let i+=1 | '`
which jumps to the "last position" mark.
the display changes to show the very last line. How can I prevent the display from changing? Thanks, --Suresh
