tpope / vim-pathogen

pathogen.vim: manage your runtimepath
http://www.vim.org/scripts/script.php?script_id=2332
Vim License
12.12k stars 1.16k forks source link

Incompatible with OmniCppComplete #52

Open xiaogaozi opened 12 years ago

xiaogaozi commented 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.

tpope commented 12 years ago

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