K.Takata (Vim Github Repository) wrote:

I can confirm that:
|'k| is shown as vimMark.
|-| is shown as vimOper.
|.| is shown as vimOper.
|vim| is shown as vimCommand.

@cecamp <https://github.com/cecamp> Could you check this?

BTW, |k-takata/matchit.vim| is now merged into |chrisbra/matchit|, and it is included in the official Vim repository.


I'll look into it.  However, I just got internet back today after a several day outage, and I'm busy for the next several days.

I know I'm supposed to use "view it on GitHub" to reply to this, but GitHub wants a 6-digit verification code.  Unfortunately, it sends such to a no-longer-active email account I used to have, so apparently I've got to figure out how to fix that.

Also, the changes to matchit probably explain its no longer working correctly (for me).

In .vim/after/syntax/c/c.vim I have:

   syn match    cFolding            "{{{\d\+" containedin=cComment
   syn match    cFolding            "}}}\d\+"    containedin=cComment

and

   let b:match_skip='synIDattr(synID(line("."),col("."),1),"name") =~?
   "cComment\\|character\\|special\\|ChipDbg\\|cFolding"'

which was supposed to skip over comments and the {{{3 I sometimes have embedded therein.  It doesn't work, and so effectively the "%" operation no longer works well.

Regards,
Chip Campbell

--
--
You received this message from the "vim_dev" 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_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/a17f8c0f-dc8f-55a3-2a02-cdbfdcceaa82%40drchip.org.

Raspunde prin e-mail lui