Problem: Asynchronous terminal jobs occassionally require more time
to complete and redraw the window
Solution: increase the sleep value from 10 to 50 milliseconds
(Aliaksei Budavei)
closes: #15695
Signed-off-by: Aliaksei Budavei <0x000c70@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
let i = 0
while 1
" leave some time for updating the original window
- sleep 10m
+ sleep 50m
call delete(testfile)
call term_dumpwrite(a:buf, testfile, a:options)
let testdump = ReadAndFilter(testfile, filter)
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 737,
/**/
736,
/**/