We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When load a C++ file, Vim promotes these errors:
Error detected while processing /Users/xiaogaozi/.vim/bundle/omnicppcomplete/after/ftplugin/c.vim: line 2: E117: Unknown function: omni#cpp#complete#Init Error detected while processing /Users/xiaogaozi/.vim/bundle/omnicppcomplete/after/ftplugin/cpp.vim: line 2: E117: Unknown function: omni#cpp#complete#Init
I'm using Vim 7.3 and OmniCppComplete. Thanks.
The text was updated successfully, but these errors were encountered:
Can you paste the output of :echo &runtimepath? Sounds like the after/ path is getting added but the root path is not.
:echo &runtimepath
after/
Sorry, something went wrong.
No branches or pull requests
When load a C++ file, Vim promotes these errors:
I'm using Vim 7.3 and OmniCppComplete. Thanks.
The text was updated successfully, but these errors were encountered: