Short of modifying taglist.vim is there a way to display the list as:

Class1
  method1
  method2

Class2
  method3
  method4

instead of the standard

classes:
Class1
Class2

methods:
method1 [Class1]
method2 [Class1]
method3 [Class2]
method4 [Class2]

Phrasing may be different but basically I want the members displayed
below the class (like most IDEs) instead of as a separate list (as it
is now).

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

Reply via email to