diff options
author | Michael Ennen <mike.ennen@gmail.com> | 2016-12-14 00:20:48 -0700 |
---|---|---|
committer | Michael Ennen <mike.ennen@gmail.com> | 2017-02-14 17:38:16 -0700 |
commit | bb2afeb0266ffd410e2e226a376f7ddbac633491 (patch) | |
tree | 0488197944e3fc6a7c5ddf887eebc545c9f34c8b /src/nvim/version.c | |
parent | b0fc6108c923a198325354ae36b71f90c4c68e19 (diff) | |
download | rneovim-bb2afeb0266ffd410e2e226a376f7ddbac633491.tar.gz rneovim-bb2afeb0266ffd410e2e226a376f7ddbac633491.tar.bz2 rneovim-bb2afeb0266ffd410e2e226a376f7ddbac633491.zip |
vim-patch:7.4.1989
Problem: filter() and map() only accept a string argument.
Solution: Implement using a Funcref argument (Yasuhiro Matsumoto, Ken
Takata)
https://github.com/vim/vim/commit/b33c7eb5b813cb631b2b0ca5c4029e1788a09bde
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 111b597eba..96dce2ca46 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -451,7 +451,7 @@ static int included_patches[] = { // 1992, // 1991, 1990, - // 1989, + 1989, // 1988 NA // 1987 NA // 1986, |