Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Case mismatch in vim.vim syntax file (VimSynMtchCchar should be vimSynMtchCchar, lowercase leading v) #73

Closed
GoogleCodeExporter opened this issue Aug 18, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Line 432 of $VIMRUNTIME/syntax/vim.vim

 syn match  vimSynMtchOpt   contained   "\<cchar="  nextgroup=VimSynMtchCchar

To be consistent with the rest of the labels used, the leading V should be 
lowercase.

In Context:

" Syntax: match {{{2
syn 
cluster vimSynMtchGroup contains=vimMtchComment,vimSynContains,vimSynError,vimSy
nMtchOpt,vimSynNextgroup,vimSynRegPat,vimNotation
syn keyword vimSynType  contained   match   skipwhite nextgroup=vimSynMatchRegion
syn region  vimSynMatchRegion   contained keepend   matchgroup=vimGroupName 
start="\k\+" matchgroup=vimSep end="|\|$" contains=@vimSynMtchGroup
syn 
match   vimSynMtchOpt   contained   "\<\(conceal\|transparent\|contained\|excludenl\|s
kipempty\|skipwhite\|display\|extend\|skipnl\|fold\)\>"
if has("conceal")
 syn match  vimSynMtchOpt   contained   "\<cchar="  nextgroup=VimSynMtchCchar
 syn match  vimSynMtchCchar contained   "\S"
endif


Original issue reported on code.google.com by lor...@lornix.com on 5 Jul 2012 at 12:14

@GoogleCodeExporter
Copy link
Author

ssems to be fixed, closing

Original comment by chrisbr...@googlemail.com on 30 Sep 2014 at 5:57

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant