about clang_complete not work

Hi,

Does anybody use clang_complete? I install clang_complete on my lab machine for vim. It is ok.
But when i copy clang_complete files to plugin of my laptop. It is not working. It gives the following information.
User defined completion (^U^N^P) Pattern not found

Hi,

Does anybody use clang_complete? I install clang_complete on my lab machine for vim. It is ok.
But when i copy clang_complete files to plugin of my laptop. It is not working. It gives the following information.
User defined completion (^U^N^P) Pattern not found

It works fine for me. Maybe you missed a step in your setup? In any
case, this seems more appropriate for the vim irc channel than for
this mailing list.

Nico

The bugtracker at

https://github.com/Rip-Rip/clang_complete

is also a good place for such kind of discussions. That's what most of the clang_complete developers watch.

@Niu:
In respect of your problem. Did you enable g:clang_complete_copen? This
should open a windows showing clang error messages if there are any. What version of clang/vim are you using?

Tobi

@Tobi
Yes, i forgot to enable g:clang_complete_copen. After i setup g:clang_complete_copen in my path, i find the problem quickly.
Now it works fine. Thanks, Tobi!
@ Nico
Thank you for replying. Now it works.