Vim9: Not able to use a script local function name in the RHS of an assignment
6 views
Skip to first unread message
Yegappan Lakshmanan
unread,
Dec 12, 2021, 7:56:29 PM12/12/21
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_dev
Hi,
In a Vim9 script, I am not able to use a script local function in the RHS of an
assignment at the script level. But I am able to use it a def function: