diff options
author | Michael Ennen <mike.ennen@gmail.com> | 2016-12-15 13:53:14 -0700 |
---|---|---|
committer | Michael Ennen <mike.ennen@gmail.com> | 2017-02-14 17:38:16 -0700 |
commit | fc46efd3f2d95920bf50832848515b14b12c0723 (patch) | |
tree | 1f32c6d5bd993e86a63826329ddc806d415b315d /src/nvim/version.c | |
parent | bb7d0deb2f93bd7980a51dca05ae222e751ab632 (diff) | |
download | rneovim-fc46efd3f2d95920bf50832848515b14b12c0723.tar.gz rneovim-fc46efd3f2d95920bf50832848515b14b12c0723.tar.bz2 rneovim-fc46efd3f2d95920bf50832848515b14b12c0723.zip |
vim-patch:7.4.2072
Problem: substitute() does not support a Funcref argument.
Solution: Support a Funcref like it supports a string starting with "\=".
https://github.com/vim/vim/commit/72ab729c3dcdea0fba44d8e676602c847e841bcd
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 e5b66eff27..70a70a6e83 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -368,7 +368,7 @@ static int included_patches[] = { 2075, 2074, // 2073 NA - // 2072, + 2072, 2071, // 2070 NA // 2069, |