patch 8.0.1507: timer test is a bit flaky
Problem: Timer test is a bit flaky.
Solution: Add it to the list of flaky tests.
diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim
index 608fca4..bbcec3a 100644
--- a/src/testdir/runtest.vim
+++ b/src/testdir/runtest.vim
@@ -258,6 +258,7 @@
\ 'Test_quoteplus()',
\ 'Test_quotestar()',
\ 'Test_reltime()',
+ \ 'Test_repeat_three()',
\ 'Test_terminal_composing_unicode()',
\ 'Test_terminal_noblock()',
\ 'Test_terminal_redir_file()',
diff --git a/src/version.c b/src/version.c
index afe8b24..212e70a 100644
--- a/src/version.c
+++ b/src/version.c
@@ -772,6 +772,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1507,
+/**/
1506,
/**/
1505,