Sunday, April 17, 2016

Why the \p{Han} can't match Chinese in my Vim?

https://re2.googlecode.com/hg/doc/syntax.html

I read the article and find a way to match the Chinese in vim, but it doesn't work here. What's wrong with it?

Vim support the perl regex, and I tried the `\v\p{Han}` consider the `magic`, but it doesn't work either.

How can I fix it?
Tnx.

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