commit | 1ebff3dc93b6d022ccfe0613c1d1ee2d62fc7935 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 07 16:18:13 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 07 16:18:13 2018 +0200 |
tree | a58837c7b3b4e3f75f5ed28dc4cfadd125e6a3ae | |
parent | e330ef42f256e60017e5f8bf4be79a5308fe9e2f [diff] [blame] |
patch 8.1.0158: GUI: input() fails if CTRL-C was pressed before Problem: GUI: input() fails if CTRL-C was pressed before. (Michael Naumann) Solution: call vpeekc() to drop the CTRL-C from the input stream.
diff --git a/src/version.c b/src/version.c index 8d9a339..c8dde84 100644 --- a/src/version.c +++ b/src/version.c
@@ -790,6 +790,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 158, +/**/ 157, /**/ 156,