On Fri, Nov 13, 2009 at 05:19:09PM +0530, Shantanu wrote:
>    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.

Hi,

I am not 100% sure what you mean. Are you suggesting, that I did not
build ctags for my stl? Than it should not complete the first example,
should it?
I did build my ctags with -R, if that is would you mean ...

Regards,
Nathan

> 
>    On Fri, Nov 13, 2009 at 3:50 PM, Nathan Huesken <[1][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
-~----------~----~----~----~------~----~------~--~---

Reply via email to