commit | 4e221c99e85ed40c98892068a01270b9e7492d98 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 23 13:20:22 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 23 13:20:22 2016 +0100 |
tree | d2b51bcd1f0adff723d86acfdc7d3d6481bcaf87 | |
parent | 0bb6108eb4e1ecaed437bc507f514f5da7816d9e [diff] [blame] |
patch 7.4.1398 Problem: The close-cb option is not implemented yet. Solution: Implemente close-cb. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index b8cd111..c23db82 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1398, +/**/ 1397, /**/ 1396,