Re: Chaining of function calls

2006-10-03 Thread Nikolai Weibull
On 10/3/06, Nikolai Weibull <[EMAIL PROTECTED]> wrote: On 10/3/06, Nikolai Weibull <[EMAIL PROTECTED]> wrote: > So you can't write > > :call object.method().results_method() > > in VimScript. But it would be sweet if one could. Can't find > anything in the TODO on this. Any plans for the fut

Re: Chaining of function calls

2006-10-03 Thread Nikolai Weibull
On 10/3/06, Nikolai Weibull <[EMAIL PROTECTED]> wrote: So you can't write :call object.method().results_method() in VimScript. But it would be sweet if one could. Can't find anything in the TODO on this. Any plans for the future? But you can write :let _ = object.method().results_metho

Chaining of function calls

2006-10-03 Thread Nikolai Weibull
So you can't write :call object.method().results_method() in VimScript. But it would be sweet if one could. Can't find anything in the TODO on this. Any plans for the future? nikolai