On Sep 22, 1:43 am, Thomas Adam <[email protected]> wrote:
> 2009/9/22 renjun wang <[email protected]>:
>
> > use  "Ctrl+]" and "Ctrl+t" I can easily get the location of the
> > functions defined.But is there  have a tool that can print this trace I
> > got through? Can  it output  to a file ?
>
> This might be of interest to you:
>
> http://www.vim.org/scripts/script.php?script_id=2368
>

IIUC, the plugin mentioned will generate a call tree without
previously having traversed it as the user says.

This will probably work for the OP's needs, but in general you should
just be able to combine the :tags command with a :redir command to
capture the tag stack to do exactly as the OP was asking.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to