vim-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)

10ce39a0d5
This commit is contained in:
Michael Ennen
2016-12-17 16:01:42 -07:00
parent 9f6f7fe26d
commit f59321e319
4 changed files with 104 additions and 15 deletions

View File

@@ -286,3 +286,5 @@ func Test_named_function_closure()
endfunc
=======
>>>>>>> 42b34811... vim-patch:7.4.2119
=======
>>>>>>> 789a3319... vim-patch:7.4.2120