Hi Nathan, You can specify respective include directory path while building tags. (e.g ctags -R /usr/include/c++ ) Then it should work.
Thanks, Shantanu. On Fri, Nov 13, 2009 at 3:50 PM, Nathan Huesken <[email protected]> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---
