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 62eb239 commit dad5d2fCopy full SHA for dad5d2f
src/testdir/test_memory_usage.vim
@@ -65,6 +65,9 @@ func s:term_vim.start(...) abort
65
let self.job = term_getjob(self.buf)
66
call WaitFor({-> job_status(self.job) ==# 'run'})
67
let self.pid = job_info(self.job).process
68
+
69
+ " running an external command may fail once in a while
70
+ let g:test_is_flaky = 1
71
endfunc
72
73
func s:term_vim.stop() abort
src/version.c
@@ -734,6 +734,8 @@ static char *(features[]) =
734
735
static int included_patches[] =
736
{ /* Add new patch number below this line */
737
+/**/
738
+ 5100,
739
/**/
740
5099,
741
0 commit comments