commit | a07fec9c85d062acd9dd433a2e681770f459ba47 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 05 21:04:08 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 05 21:04:08 2016 +0100 |
tree | 9662aca50d1171a2996b14e4655a5ef3ec097af5 | |
parent | 4b6a6dcbe7bd13170c4884cc17acb1eac2c633d1 [diff] [blame] |
patch 7.4.1262 Problem: The channel callback is not invoked. Solution: Make a list of pending callbacks.
diff --git a/src/version.c b/src/version.c index 1fbc721..f76e3c5 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1262, +/**/ 1261, /**/ 1260,