]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0158: GUI: input() fails if CTRL-C was pressed before v8.1.0158
authorBram Moolenaar <Bram@vim.org>
Sat, 7 Jul 2018 14:18:13 +0000 (16:18 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 7 Jul 2018 14:18:13 +0000 (16:18 +0200)
commit1ebff3dc93b6d022ccfe0613c1d1ee2d62fc7935
treea58837c7b3b4e3f75f5ed28dc4cfadd125e6a3ae
parente330ef42f256e60017e5f8bf4be79a5308fe9e2f
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.
src/ex_docmd.c
src/version.c