summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-06-24 16:03:06 +0200
committerBram Moolenaar <Bram@vim.org>2017-06-24 16:03:06 +0200
commit1e8e14552e0cc8881411eb8fbe39a654dae42554 (patch)
treef28d457d94b1ac4db1fe700f23bb31d428e674d5 /src/version.c
parent24a9e348aa88a6c60ae0cdf5c4a777d8c03b08ca (diff)
downloadvim-git-8.0.0670.tar.gz
patch 8.0.0670: can't use input() in a timer callbackv8.0.0670
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)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index d1c6119a1..d9fef0afd 100644
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 670,
+/**/
669,
/**/
668,