1
0
forked from aniani/vim

patch 8.2.3789: Test_window_minimal_size can fail on a slow machine

Problem:    Test_window_minimal_size can fail on a slow machine.
Solution:   Do not rely on timers firing at the expected time. (Ozaki Kiichi,
            closes #9335)
This commit is contained in:
ichizok
2021-12-12 16:42:09 +00:00
committed by Bram Moolenaar
parent 6ae8fae869
commit fa9a8e0fd1
2 changed files with 9 additions and 3 deletions

View File

@@ -753,6 +753,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3789,
/**/
3788,
/**/