poireau wrote: > 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. > > Is there a way to make vim more intelligent? I'm open to using something > else than ctags, as long as it works better :)
You could consider cscope http://cscope.sourceforge.net/ Works great for me. -- Andreas. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
