commit | 4eb6531b03445b4d492bc52fea0b6dcd886583af | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 24 18:49:00 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 24 18:49:00 2017 +0200 |
tree | 856a9590925cfe126d92aaee42f62a16e8d00d63 | |
parent | 1e8e14552e0cc8881411eb8fbe39a654dae42554 [diff] [blame] |
patch 8.0.0671: hang when typing CTRL-C in confirm() in timer Problem: When a function invoked from a timer calls confirm() and the user types CTRL-C then Vim hangs. Solution: Reset typebuf_was_filled. (Ozaki Kiichi, closes #1791)
diff --git a/src/version.c b/src/version.c index d9fef0a..9b2b048 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 671, +/**/ 670, /**/ 669,