-
Notifications
You must be signed in to change notification settings - Fork 153
E28: No such highlight group name: cppStructure #64
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
Comments
I'm facing the same problem (#63) but in your case the |
I also had this issue after my system upgraded to vim 8.1. I also use the autosess plugin, and I found that after deleting the autosess files that the issue resolved itself. |
Add in line 60 |
What does it do? Skip loading the rest?? |
Seems to define the highlight group |
add in line 60 |
or
better |
-------- 原始邮件 --------发件人: summer ***@***.***>日期: 2023年3月7日周二 08:43收件人: octol/vim-cpp-enhanced-highlight ***@***.***>抄送: Subscribed ***@***.***>主 题: Re: [octol/vim-cpp-enhanced-highlight] E28: No such highlight group name: cppStructure (#64)
or
if !exists("cppStructure")
syntax keyword cppStructure contained "class" "struct" "namespace"
endif
better
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
I have this error every time I try to open a cpp file.
.vimrc
:scriptnames
The text was updated successfully, but these errors were encountered: