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 870b749 commit a58c58bCopy full SHA for a58c58b
3 files changed
src/testdir/runtest.vim
@@ -125,7 +125,7 @@ else
125
endif
126
127
" Names of flaky tests.
128
-let s:flaky = ['Test_reltime()']
+let s:flaky = ['Test_reltime()', 'Test_nb_basic()']
129
130
" Locate Test_ functions and execute them.
131
set nomore
src/testdir/test_channel.vim
@@ -1344,4 +1344,4 @@ func Test_close_lambda()
1344
endfunc
1345
1346
" Uncomment this to see what happens, output is in src/testdir/channellog.
1347
- call ch_logfile('channellog', 'w')
+" call ch_logfile('channellog', 'w')
src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
758
759
static int included_patches[] =
760
{ /* Add new patch number below this line */
761
+/**/
762
+ 2093,
763
/**/
764
2092,
765
0 commit comments