mirror of
https://github.com/vim/vim.git
synced 2025-10-15 07:14:09 -04:00
patch 7.4.2120
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)
This commit is contained in:
@@ -758,6 +758,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2120,
|
||||
/**/
|
||||
2119,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user