I\'m having the problem that ctags in vim/gvim takes me to a forward declaration a lot of times instead of to the actual definition of the function.
Any way to get a
You should be able to use tn and tp to jump to the various matching tags.
tn
tp
^]
:tn
:tp