vim, tags ...

ok, i've made an exuberant tags file in my /usr/include/c++/4.1 directory in order to have some kind of syntax completion for STL in vim 7. Is there any way for this really to work in vim, e.g after "obj." and pressing C-p or C-n, to obtain just a list of class member functions of the class obj belongs to, and not everything from tags file + current buffers?

0
Syndicate content