commit | eb273cd7b036c35ae9070bd6352101914f273e71 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Fri Jul 01 19:11:23 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 01 19:11:23 2022 +0100 |
tree | 272b5fec83e1d6faf00184b3600024d984fa33bd | |
parent | 0d878b95d8f9ece2fdba81050f5caba224540f9c [diff] [blame] |
patch 9.0.0019: timers test not run where possible Problem: Timers test not run where possible. Solution: Adjust platform checks. (closes #10645)
diff --git a/src/version.c b/src/version.c index 6415b59..42e9135 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 19, +/**/ 18, /**/ 17,