commit | 5a6ec52392b78d41153660d0353d5b86a2dc583c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 12 15:51:44 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 12 15:51:44 2016 +0100 |
tree | 9fb7d04b1a75124f992a37f899c40a8ee5469c6d | |
parent | 1adda3403d80e96446248a92ceafee036053765c [diff] [blame] |
patch 7.4.1543 Problem: Channel log methods are not tested. Solution: Log job activity and check it.
diff --git a/src/version.c b/src/version.c index 4812298..2eb0114 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1543, +/**/ 1542, /**/ 1541,