David Pike wrote:
Uh oh... I spoke slightly too soon.  Although the up/down/delete
functions that I first asked about now behave normally, the

  vim -N -u NONE -i NONE

option now results in "999 d<space>" deleting 999 characters,
often well beyond those of the present line.  I had been used
to this deleting up to 999 characters, but only up to the end
of the present line. It appears that the "set compatible" option had been helping me to get the desired 'this line only'
functionality, but the "-N" option above now overrides that.

- David.

To delete from cursor to end of line, use

        d$

Is it so hard to remember?


Best regards,
Tony.
--
hundred-and-one symptoms of being an internet addict:
244. You use more than 20 passwords.

Reply via email to