We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12c4492 commit 04e94c7Copy full SHA for 04e94c7
src/testdir/test_channel.vim
@@ -279,7 +279,6 @@ func Ch_channel_handler(port)
279
endfunc
280
281
func Test_channel_handler()
282
-call ch_logfile('channellog', 'w')
283
call ch_log('Test_channel_handler()')
284
let g:Ch_reply = ""
285
let s:chopt.callback = 'Ch_handler'
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 152,
769
/**/
770
151,
771
0 commit comments