commit | 84d9390480548c8d711dd772cb162a91d0bb3c30 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 11 20:10:20 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 11 20:10:20 2018 +0200 |
tree | bad40506b246a5dec5a47f6ae3220190805f1b8e | |
parent | 007921611b04d8fca5ad0b1d4e7b0461b47cd435 [diff] [blame] |
patch 8.1.0367: getchar(1) no longer processes pending messages Problem: getchar(1) no longer processes pending messages. (Yasuhiro Matsumoto) Solution: Call parse_queued_messages().
diff --git a/src/version.c b/src/version.c index 32f0d1d..3e86c40 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 367, +/**/ 366, /**/ 365,