Open xiaogaozi opened 12 years ago
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.
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/
When load a C++ file, Vim promotes these errors:
I'm using Vim 7.3 and OmniCppComplete. Thanks.