> I'm currently using vim with exuberant ctags and I love it, except for one
> thing: if I have to functions named foo, say foo(int) and foo(), vim does
> not make any distinction between them and jumps to one of them randomly when
> C-] is pressed.

It's not exactly random:

   :help tag-priority

It sounds like you're reaching for

   g C-]

(detailed at ":help g_CTRL-]")
which, if there's more than one match, will show you a list of 
the available jumps, allowing you to choose the one you want.

There are a variety of options and commands, so you may want to 
read further at

   :help tag-matchlist

where other nuanced variants are documented.

-tim






--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to