commit | ef3abc6442260e9a0314970a532400b05571d3fe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 29 16:44:26 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 29 16:44:26 2016 +0200 |
tree | 258d8be9d890774d2ea658abc3185ff96d3b32a3 | |
parent | b127cfd75f59e82580df395b6e2c009774644b16 [diff] [blame] |
patch 7.4.1859 Problem: Cannot use a function reference for "exit_cb". Solution: Use get_callback(). (Yegappan Lakshmanan)
diff --git a/src/version.c b/src/version.c index 85f57e5..eb9f2c7 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1859, +/**/ 1858, /**/ 1857,