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 future?

But you can write

  :let _ = object.method().results_method()

And of course

 :call call(object.method().results_method)

but that's plain horrendous under the circumstances.

Sorry about the IRC-session-style messages.  I'll stop now.

 nikolai

Reply via email to