From: Bram Moolenaar Date: Sun, 8 Jan 2017 12:38:58 +0000 (+0100) Subject: patch 8.0.0152: stray channellog created when running tests X-Git-Tag: v8.0.0152 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=04e94c788175c83be8a78372b0ed6c332969edff;p=vim 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/testdir/test_channel.vim b/src/testdir/test_channel.vim index 7baac1d67..81de17c34 100644 --- a/src/testdir/test_channel.vim +++ b/src/testdir/test_channel.vim @@ -279,7 +279,6 @@ func Ch_channel_handler(port) endfunc func Test_channel_handler() -call ch_logfile('channellog', 'w') call ch_log('Test_channel_handler()') let g:Ch_reply = "" let s:chopt.callback = 'Ch_handler' diff --git a/src/version.c b/src/version.c index 3be6cbbfc..438a65d20 100644 --- a/src/version.c +++ b/src/version.c @@ -764,6 +764,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 152, /**/ 151, /**/