clang_complete icon indicating copy to clipboard operation
clang_complete copied to clipboard

vim on Mac OS X: user defined completion (^U^N^P) Pattern not found

Open ghost opened this issue 9 years ago • 3 comments

http://vi.stackexchange.com/questions/10184/vim-c-clang-complete-doesnt-work-for-stdcin-get

Here is my problem.

For now I find that most of cases work very well except for the two cases below:

  • std::cin. ---- pattern not found
  • std::string str; str. ---- pattern not found

ghost avatar Nov 06 '16 23:11 ghost

Looks like a duplicate of #452. There it happened due to use of beta version of toolchain and/or OS and maybe because of youcompleteme plugin and/or wrong installation for another user.

xaizek avatar Nov 06 '16 23:11 xaizek

@xaizek I've never installed YCM so it should be the first reason. So there is nothing that I can do for now?

ghost avatar Nov 06 '16 23:11 ghost

You can update to release version I guess, that is if you can. We didn't figure out why it didn't work, so I don't know workarounds.

xaizek avatar Nov 06 '16 23:11 xaizek