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 9ef00be commit 38fd4bbCopy full SHA for 38fd4bb
2 files changed
src/testdir/test_channel.vim
@@ -146,6 +146,9 @@ func s:communicate(port)
146
endif
147
call assert_equal('got it', s:responseMsg)
148
149
+ " Collect garbage, tests that our handle isn't collected.
150
+ call garbagecollect()
151
+
152
" check setting options (without testing the effect)
153
call ch_setoptions(handle, {'callback': 's:NotUsed'})
154
call ch_setoptions(handle, {'timeout': 1111})
src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
743
744
static int included_patches[] =
745
{ /* Add new patch number below this line */
746
+/**/
747
+ 1501,
748
/**/
749
1500,
750
0 commit comments