Groups
Sign in
Groups
vim_use
Conversations
About
Send feedback
Help
Are function evaluated at Lambda declaration ?
10 views
Skip to first unread message
Nicolas
unread,
Oct 14, 2023, 12:05:31 PM
10/14/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vim_use
Hi,
Is this line declaration in vim9script evaluate the LogX_FOOBAR function or not ?
var LambdDetectInLine: func = function('LogX_FOOBAR',
[ LogX.pattern.start.func, LogX.codefunc]) # lambda like function
Thank you
Nicolas
Yegappan Lakshmanan
unread,
Oct 14, 2023, 4:47:33 PM
10/14/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vim...@googlegroups.com
Hi,
The function is not invoked at the time of assigning a funcref variable. But the function
will be compiled.
- Yegappan
Reply all
Reply to author
Forward
0 new messages