1

Re: Last non-whitespace character command not supported

Not a biggy, but I found myself on a line of text today and wanted to move to the end of the line.  So I got out my trusty '$' and found (to my absolute horror) that I ended up at the end of a group of whitespace characters that had snuck onto the end of the line.  'Ha!' I thought, a bug in Viemu, surely Vim would have taken me to the last non-whitespace character but, alas, Vim's behaviour is identical: $ really does mean the end of the line, whitespace or not.

So, I looked up the Vim command for moving to last non-whitespace character on a line and discovered it was 'g_'.  It appears this command is not supported in Viemu (perhaps it is in Viostrich).  Would be a nice minor addition to a subsequent version.

Thanks,
Paul.

Last edited by oniony (2010-09-28 10:27:04)

2

Re: Last non-whitespace character command not supported

Paul, indeed, g_ is not implemented. I had never heard of the command, and nobody had requested it so far. I'm taking note of it for implementation in a future version.

Regards,

  - Jon