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()

Sort of an ugly hack, though, if you don't care about
results_method()s result (or it doesn't have one).

 nikolai

Reply via email to