On Mon, Dec 01, at 03:54 Larson, DavidX S wrote:
> > Eg why should this fail?
> >
> >   let a = {}
> >   function! a.foo() dict
> >     echo "foo"
> >   endfunction
> >
> >   call call(a['foo'],[])
> 
> Try this instead:
> 
> call a.foo()
>

or,

    call call(a['foo'], [], a)

Regards,
Ag.

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Raspunde prin e-mail lui