commit | af34543b926a8704c3346d41e57a219baa5ca61c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Dec 06 16:09:52 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Dec 06 16:09:52 2022 +0000 |
tree | 8e9158b7bc8edd906499ae01da82dd1c82ad71be | |
parent | d6e74f547910d5273a3b99c23fb3197131c7d379 [diff] [blame] |
patch 9.0.1022: suspend test fails on Mac OS when suspending Vim Problem: Suspend test fails on Mac OS when suspending Vim. Solution: Make 'keyprotocol' empty.
diff --git a/src/version.c b/src/version.c index 10e56c1..d4a3b1b 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1022, +/**/ 1021, /**/ 1020,