Is it possible to get more information about numbered functions than
just function('34') ?
I mean a trace like this:
theonevimlibsetup#Setup..tovl#plugin_management#UpdatePlugins..library#Call..13..12..43
doesn't say that much.
It would help very much to get at least a list of function arguments?
Unfortunately you can't just get that function by
eval("function('43')").. In this case you could use the debugger to jump
in and see which one it is..
The information must be there. I just don't know how to access it ?
Marc Weber
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---