commit | e9c21aed6233185e7fbe1b462a0571c0e460a5a9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 03 20:44:48 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 03 20:44:48 2017 +0200 |
tree | b18f24877ce95b0c81a2a0d2fe0af691d9cd6c9f | |
parent | b4a6721a288438c96fbeb051b09ef90735ac70d6 [diff] [blame] |
patch 8.0.0854: no redraw after terminal was closed Problem: No redraw after terminal was closed. Solution: Set typebuf_was_filled. (Yasuhiro Matsumoto, closes #1925, closes #1924) Add function to check for messages even when input is available.
diff --git a/src/version.c b/src/version.c index 6170425..25750b5 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 854, +/**/ 853, /**/ 852,