Hello there, i finally resolved myself to post there because i gave
this quite a bit of search and didn't found no solution to my problem.
Here is the deal : I'm desperately trying to make my omniCppComplete
work , and it is almost there i gotta say.
The problem : I built my ctags database with
ctags -R --c++-kinds=+p --fields=+iaS --extra=+q --language-force=c++ /
usr/include /usr/local/include
Now this works :
void foo()
{
string bar;
bar.<autocompletion yay>
}
no matter wether i did put "using std namespace" at the beginning of
my file, but this doesn't :
void foo()
{
std::string bar;
bar.<sob, not working>
}
now i don't understand how come this is like this, and i seriously
need some help. I bother if it has to do with the ctags database.
Please help, i'm lost on this one !
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---