diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-12-04 22:26:40 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-12-04 22:26:40 +0000 |
commit | a0a6f3a22a934fa68b71d82c23e2f6bf6e5b18d0 (patch) | |
tree | d731167fb3c72ca6a362e7bba762e05edbc310fc /src/version.c | |
parent | 3d3e2aa82695082d01f8d42032229c6fbcc0f1a6 (diff) | |
download | vim-git-a0a6f3a22a934fa68b71d82c23e2f6bf6e5b18d0.tar.gz |
patch 9.0.1004: suspend test sometimes fails on MacOSv9.0.1004
Problem: Suspend test sometimes fails on MacOS.
Solution: Wait a short while for terminal responses.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 8f5fadfc8..1f21dbc56 100644 --- a/src/version.c +++ b/src/version.c @@ -696,6 +696,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1004, +/**/ 1003, /**/ 1002, |