commit | 7b0afc1d7698a79423c7b066a5d8d20dbb8a295a | [log] [tgz] |
---|---|---|
author | Christopher Plewright <chris@createng.com> | Fri Dec 30 16:54:58 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 30 16:54:58 2022 +0000 |
tree | 91b54b32537fc514333de415153a6cc6cb09efd5 | |
parent | 96dd34e53492913029323dad902831380fa460d0 [diff] [blame] |
patch 9.0.1112: test_mswin_event() can hang Problem: test_mswin_event() can hang. Solution: Add the "execute" argument to process events right away. (Christopher Plewright, closes #11760)
diff --git a/src/version.c b/src/version.c index f1da554..4286a67 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1112, +/**/ 1111, /**/ 1110,