vim-pathogen icon indicating copy to clipboard operation
vim-pathogen copied to clipboard

Incompatible with OmniCppComplete

Open xiaogaozi opened this issue 14 years ago • 1 comments

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.

xiaogaozi avatar Dec 11 '11 12:12 xiaogaozi

Can you paste the output of :echo &runtimepath? Sounds like the after/ path is getting added but the root path is not.

tpope avatar Mar 01 '12 10:03 tpope