mirror of
https://github.com/zoriya/vim.git
synced 2026-05-18 05:14:13 +00:00
10ce39a0d5
Problem: User defined functions can't be a closure.
Solution: Add the "closure" argument. Allow using :unlet on a bound
variable. (Yasuhiro Matsumoto, Ken Takata)