Thursday, November 19, 2015

Re: Go to Japanese character

Hi bob,

On Thursday, 2015-11-19 11:20:26 -0800, bob beckett wrote:

> Oftentimes I want to go to the first non-ASCII character in a line.

/[^ -~]

Searches for a character not in the range from 0x20 space to 0x7E tilde.
Assuming you don't use control characters or 0x7F delete ;-)

Eike

--
OpenPGP/GnuPG encrypted mail preferred in all private communication.
Key "ID" 0x65632D3A - 2265 D7F3 A7B0 95CC 3918 630B 6A6C D5B7 6563 2D3A
Better use 64-bit 0x6A6CD5B765632D3A here is why: https://evil32.com/
Care about Free Software, support the FSFE https://fsfe.org/support/?erack
Use LibreOffice! https://www.libreoffice.org/

--
--
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

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: