comparison src/version.c @ 14284:7cd8298c4c04 v8.1.0158

patch 8.1.0158: GUI: input() fails if CTRL-C was pressed before commit https://github.com/vim/vim/commit/1ebff3dc93b6d022ccfe0613c1d1ee2d62fc7935 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 7 16:18:13 2018 +0200 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.
author Christian Brabandt <cb@256bit.org>
date Sat, 07 Jul 2018 16:30:06 +0200
parents 89dcceaa5c22
children 95030c543411
comparison
equal deleted inserted replaced
14283:654dec329c7f 14284:7cd8298c4c04
787 NULL 787 NULL
788 }; 788 };
789 789
790 static int included_patches[] = 790 static int included_patches[] =
791 { /* Add new patch number below this line */ 791 { /* Add new patch number below this line */
792 /**/
793 158,
792 /**/ 794 /**/
793 157, 795 157,
794 /**/ 796 /**/
795 156, 797 156,
796 /**/ 798 /**/