> Eg why should this fail?
>
> let a = {}
> function! a.foo() dict
> echo "foo"
> endfunction
>
> call call(a['foo'],[])Try this instead: call a.foo() --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
