comparison src/version.c @ 12379:25f854eefe98 v8.0.1069

patch 8.0.1069: still get CTRL-X sometimes commit https://github.com/vim/vim/commit/37b53270e1a65d1d56187a3d68439e666e8b75fd Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 7 20:18:40 2017 +0200 patch 8.0.1069: still get CTRL-X sometimes Problem: Still get CTRL-X sometimes for t_RS request. Solution: Also skip 0x18 after a key code response.
author Christian Brabandt <cb@256bit.org>
date Thu, 07 Sep 2017 20:30:04 +0200
parents 5d543a5fb223
children d3f8f1c33a20
comparison
equal deleted inserted replaced
12378:46c3e92ab77a 12379:25f854eefe98
767 NULL 767 NULL
768 }; 768 };
769 769
770 static int included_patches[] = 770 static int included_patches[] =
771 { /* Add new patch number below this line */ 771 { /* Add new patch number below this line */
772 /**/
773 1069,
772 /**/ 774 /**/
773 1068, 775 1068,
774 /**/ 776 /**/
775 1067, 777 1067,
776 /**/ 778 /**/