diff --git a/src/testdir/test_timers.vim b/src/testdir/test_timers.vim index f97808c15..9183e13df 100644 --- a/src/testdir/test_timers.vim +++ b/src/testdir/test_timers.vim @@ -506,6 +506,9 @@ func Test_timer_outputting_message() endfunc func Test_timer_using_win_execute_undo_sync() + " FIXME: why does this fail only on MacOS M1? + CheckNotMacM1 + let bufnr1 = bufnr() new let g:bufnr2 = bufnr() diff --git a/src/version.c b/src/version.c index 942a783ba..ff8264415 100644 --- a/src/version.c +++ b/src/version.c @@ -699,6 +699,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 578, /**/ 577, /**/