Hi, I am using vim writing C/C++ and I want to (as one usually can in other IDE) have vim listed all occurrence of identifier. For example, there is a method foo() in a class C, I want to get know where the foo() is called in the whole project (current directory and its subdirectories). It seems, in this case, a ctag tags file does not help since it can only list where the identifier is defined/declared.
Thanks in advance. - narke --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
