Antony Scriven wrote:

> 
>     :let List = {x -> [x]}
>     :let Extract = {-> function(g:List, [3])()[0]}
> 
> gives: 'E695: Cannot index a Funcref'. Whereas
> 
>     :echo function(g:List, [3])()[0]
> 
> is fine.
> 
> Is this expected behaviour in a lambda?

No, it happens because when skipping over the expression in the Lambda
the function() is not actually invoked, and the type is unchanged.
I think I can fix that.

-- 
BLACK KNIGHT: The Black Knight always triumphs. Have at you!
   ARTHUR takes his last leg off.  The BLACK KNIGHT's body lands upright.
BLACK KNIGHT: All right, we'll call it a draw.
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD

 /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui