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
Add the following to your .vimrc file:
noremap 2
This line causes vim to automatically jump to the second match (instead of the first one), which is usually the function definition.