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 2ab375e commit 39b2127Copy full SHA for 39b2127
2 files changed
src/testdir/test_channel.vim
@@ -161,7 +161,7 @@ endfunc
161
162
" Test that we can open two channels.
163
func s:two_channels(port)
164
- let handle = ch_open('localhost:' . a:port)
+ let handle = ch_open('localhost:' . a:port, s:chopt)
165
if handle < 0
166
call assert_false(1, "Can't open channel")
167
return
src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
747
748
static int included_patches[] =
749
{ /* Add new patch number below this line */
750
+/**/
751
+ 1301,
752
/**/
753
1300,
754
0 commit comments