spf13 / spf13-vim

The ultimate vim distribution
http://vim.spf13.com
Apache License 2.0
15.56k stars 3.63k forks source link

ycompleteme's auto complete bug for C #644

Open liujsim opened 10 years ago

liujsim commented 10 years ago

int main(int argc, const char *argv[]) <0:> { return 0; }

it will append <0:> when use auto complete

ghost commented 10 years ago

hmm. is that an issue that we can actually do something about? or is in a bug in autocomplete itself?

liujsim commented 10 years ago

That bug were happened when I installed spf13 and write C ,if I use autocomplete function it will be appear.This function is provided by youcompleteme

ghost commented 10 years ago

i don't quite understand. Does this problem appear when using regular vim (not spf13-vim) and youcompleteme ?

liujsim commented 9 years ago

It was appeared spf13-vim when I writen C, I guess it caused by ycompleteme's incorrect setting. vim2