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 1d6fbe6 commit 1f6ef66Copy full SHA for 1f6ef66
src/testdir/test_channel.vim
@@ -146,7 +146,7 @@ func s:communicate(port)
146
147
" check setting options (without testing the effect)
148
call ch_setoptions(handle, {'callback': 's:NotUsed'})
149
- call ch_setoptions(handle, {'timeout': 111})
+ call ch_setoptions(handle, {'timeout': 1111})
150
call assert_fails("call ch_setoptions(handle, {'waittime': 111})", "E475")
151
call assert_fails("call ch_setoptions(handle, {'mode': 'json'})", "E475")
152
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
+ 1359,
752
/**/
753
1358,
754
0 commit comments