mirror of
https://github.com/neovim/neovim.git
synced 2026-02-05 03:51:21 +10:00
Problem: Defining function in sandbox is inconsistent, cannot use :function
but can define a lambda.
Solution: Allow defining a function in the sandbox, but also use the sandbox
when executing it. (closes vim/vim#3182)
93343725b5