vim-linux-coding-style icon indicating copy to clipboard operation
vim-linux-coding-style copied to clipboard

80+ columns highlighting messes up rainbow braces and syntax folds

Open l29ah opened this issue 9 years ago • 1 comments

So the corresponding pairs of braces aren't detected properly.

http://www.vim.org/scripts/script.php?script_id=3772

syntax region cBlock matchgroup=Operator start="{" end="}" contains=ALLBUT,cCurlyError,@cParenGroup,cErrInParen,cCppParen,cErrInBracket,cCppBracket,cCppString,@Spell fold

l29ah avatar Mar 13 '16 14:03 l29ah

Was this fixed by #14?

cxw42 avatar Jan 08 '20 18:01 cxw42