Tuesday, October 18, 2016

Re: how to turn off error-highlight of UTF-8 char(s) in perl-function names?

On Saturday, 15 October, 2016 at 08:01:04 BST, L. A. Walsh wrote:
>1) How might this be fixed to remove this error checking any
>UTF-8 "alnum"-class char?

This might help:

Put the cursor on the target character, and do 「:echo map(synstack(line('.'), col('.')), 'synIDattr(v:val, "name")')」. That will show you what highlight group it is using. 「:verbose highlight <that group>」 will show you where it was defined.

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