clang_complete
clang_complete copied to clipboard
Can't autocomplete my local functions
Hi
I installed clang_complete for vim and it can autocomplete the std stuff without any problems .. but i tried to create a simple header locally but it doesn't autocomplete any function at all
i have main.cpp lib.h lib.cpp .clang_complete all in one folder .. here are the contents of all the four files

I must be doing something wrong
Try changing .clang_complete to
-I.
Shouldn't the issue be closed?