commit | 89c00033310a1cad89efd2a7fc873f8969dd4401 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 04 13:53:21 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 04 13:53:21 2019 +0200 |
tree | bb6b20a5f6be5441cb22df00665462f6e6db835f | |
parent | 1f3165bc34c6c608584a73f13faec27dd7c7e2fa [diff] [blame] |
patch 8.1.1975: MS-Windows GUI responds slowly to timer Problem: MS-Windows GUI responds slowly to timer. Solution: Break out of wait loop when timer was added or input is available. (closes #4893)
diff --git a/src/version.c b/src/version.c index 3f92271..191e101 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1975, +/**/ 1974, /**/ 1973,