diff options
author | Michael Ennen <mike.ennen@gmail.com> | 2016-12-17 16:01:42 -0700 |
---|---|---|
committer | Michael Ennen <mike.ennen@gmail.com> | 2017-02-14 17:38:17 -0700 |
commit | f59321e319ecfc6977f666fb04a52ac50bead09d (patch) | |
tree | 9c98a259e9810ec6f2edc7d020d6164e64bb79e1 /src/nvim/version.c | |
parent | 9f6f7fe26d7caa89083f5d5b00c55bf2046591ca (diff) | |
download | rneovim-f59321e319ecfc6977f666fb04a52ac50bead09d.tar.gz rneovim-f59321e319ecfc6977f666fb04a52ac50bead09d.tar.bz2 rneovim-f59321e319ecfc6977f666fb04a52ac50bead09d.zip |
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)
https://github.com/vim/vim/commit/10ce39a0d52272a3dfff2feb8c631529f29e6740
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 6c617d8080..854c57aac3 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -320,7 +320,7 @@ static int included_patches[] = { 2123, // 2122 NA // 2121, - // 2120, + 2120, 2119, // 2118 NA 2117, |