Re: getting the source code for an anonymous function

2010-08-29 Thread zheng bin
A 2010/8/4 Andy Wokula anw...@yahoo.de Am 04.08.2010 13:20, schrieb Bram Moolenaar: Ted cecinemapasderange wrote: 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.

Re: getting the source code for an anonymous function

2010-08-04 Thread Bram Moolenaar
Ted cecinemapasderange wrote: 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

Re: getting the source code for an anonymous function

2010-08-04 Thread Andy Wokula
Am 04.08.2010 13:20, schrieb Bram Moolenaar: Ted cecinemapasderange wrote: 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

getting the source code for an anonymous function

2010-08-03 Thread Ted
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