commit | 72ab729c3dcdea0fba44d8e676602c847e841bcd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 19 19:10:51 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 19 19:10:51 2016 +0200 |
tree | 82fb5790a50f308a743f4a58c9bdf5d83bcbc5a1 | |
parent | f562e72df726c6191fa305e1c0a113f1cfb87f76 [diff] [blame] |
patch 7.4.2072 Problem: substitute() does not support a Funcref argument. Solution: Support a Funcref like it supports a string starting with "\=".
diff --git a/src/version.c b/src/version.c index 5cb7897..a7b65c8 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2072, +/**/ 2071, /**/ 2070,