On Fri, Sep 18, 2009 at 11:29 AM, Steven Woody wrote: > Hi, > I feel happy with ctags except one thing: while I can jump to a > function/variable definition, I can not however get a list for all the > references to the function/variable? How vim gurus do it? > Thanks
ctags doesn't support that - it only generates a list of symbols and a little bit of metadata about each, it doesn't generate a cross-reference of what symbols are called by what other symbols. You can try using cscope instead (or in addition), though - it does make that cross referencein addition to the flat list of symbols. ~Matt --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
