Friday, July 6, 2012

Re: How to move forward 'x' characters, crossing newlines

On 07/06/12 16:24, Roy Fulbright wrote:
>>> 2310go
> Thank you very much! That was exactly what I was looking for

As Christian correctly calls me on it, that does operate by bytes
and not by characters. For all of the work I do, I limit myself to
the lower 7-bit ASCII and insert my upper characters with escape
codes (which are also 7-bit), so it's never an issue. In case you
have multi-byte characters in your data, YMMV.

-tim


--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

No comments: