commit | 1e8e14552e0cc8881411eb8fbe39a654dae42554 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 24 16:03:06 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 24 16:03:06 2017 +0200 |
tree | f28d457d94b1ac4db1fe700f23bb31d428e674d5 | |
parent | 24a9e348aa88a6c60ae0cdf5c4a777d8c03b08ca [diff] [blame] |
patch 8.0.0670: can't use input() in a timer callback Problem: Can't use input() in a timer callback. (Cosmin Popescu) Solution: Reset vgetc_busy and set timer_busy. (Ozaki Kiichi, closes #1790, closes #1129)
diff --git a/src/version.c b/src/version.c index d1c6119..d9fef0a 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 670, +/**/ 669, /**/ 668,