commit | 04e94c788175c83be8a78372b0ed6c332969edff | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 08 13:38:58 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 08 13:38:58 2017 +0100 |
tree | 7839e29f100ee580a15573ec748044a62db7a63d | |
parent | 12c4492dd35e0cd83c8816be2ec849b836109882 [diff] [blame] |
patch 8.0.0152: stray channellog created when running tests Problem: Running the channel test creates channellog. Solution: Delete the debug line.
diff --git a/src/version.c b/src/version.c index 3be6cbb..438a65d 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 152, +/**/ 151, /**/ 150,