I asked [this question] a while back on stackoverflow.com: how to get
the source code for an anonymous VimL function.

The response that I got explained that doing e.g.

    :function {42}

would display the source code for anonymous function #42.

This is particularly useful when debugging errors or exceptions in
anonymous functions, as the function number is the only way to
identify the function.

However neither I nor the responder seem to be able to find the
documentation for this feature.  Is vim intended to work this way?
Can this command be expected to continue to function in subsequent
versions of vim?

[this question]: http://stackoverflow.com/questions/2626137

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to