commit | 0ba75a9714884895b2ac09733158c47544a8dfb9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 19 23:21:26 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 19 23:21:26 2016 +0100 |
tree | ccfd64eec29d21820021d1e8dda5f1a7a746c330 | |
parent | 1f6ef66254c1e25ef1c7972aa9a0ba119ebc17e4 [diff] [blame] |
patch 7.4.1360 Problem: Can't remove a callback with ch_setoptions(). Solution: When passing zero or an empty string remove the callback.
diff --git a/src/version.c b/src/version.c index 4af3f65..916c52c 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1360, +/**/ 1359, /**/ 1358,