commit | b0f42ba60d9e6d101d103421ba0c351811615c15 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 12 15:38:26 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 12 15:38:26 2018 +0200 |
tree | 083b82fcd12fc95a90d779898a6a2b9939ef7837 | |
parent | ff3be4fe1e2e723de48b826cb992c798e296c41e [diff] [blame] |
patch 8.0.1817: a timer may change v:count unexpectedly Problem: A timer may change v:count unexpectedly. Solution: Save and restore v:count and similar variables when a timer callback is invoked. (closes #2897)
diff --git a/src/version.c b/src/version.c index f94090f..81f867b 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1817, +/**/ 1816, /**/ 1815,