Hi,

When I do this in omnicppcomplete:

#include <vector>
int main()
{
        std::vector<int> v;
        v.
}

I get a nice completion list, so it should be setup correctly.

But when I do this:

#include <vector>
std::vector<int> v;
int main()
{
        v.
}

I get "Pattern not found". Can you confirm this? Or is it my setup? Can
it be fixed?

Thanks!
Nathan
-- 

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to