commit | 48d0ac775cb2da3b5aa9d46711ff17c50ce0f707 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 07 20:40:08 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 07 20:40:08 2022 +0000 |
tree | 91db60ad2417a9b6a3c1f3910a7e84559446c346 | |
parent | 62a099cc6dbfc31c0ced3f6d895711208bf10518 [diff] [blame] |
patch 8.2.4035: timer triggered at the debug prompt may cause trouble Problem: Timer triggered at the debug prompt may cause trouble. Solution: Do not trigger any timer at the debug prompt. (closes #9481)
diff --git a/src/version.c b/src/version.c index e2b5023..44d849e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4035, +/**/ 4034, /**/ 4033,