comparison src/version.c @ 20633:244ef6caf671 v8.2.0870

patch 8.2.0870: MS-Windows: Control keys don't work in the GUI Commit: https://github.com/vim/vim/commit/ad772a63ec3bc86fe9d53cba783812f53470a313 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Jun 1 14:07:49 2020 +0200 patch 8.2.0870: MS-Windows: Control keys don't work in the GUI Problem: MS-Windows: Control keys don't work in the GUI. Solution: Don't set seenModifyOtherKeys for now. (Yasuhiro Matsumoto, closes #6175)
author Bram Moolenaar <Bram@vim.org>
date Mon, 01 Jun 2020 14:15:04 +0200
parents d6827bd31d1d
children 3e36a51ff152
comparison
equal deleted inserted replaced
20632:f8940db0dd14 20633:244ef6caf671
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 870,
749 /**/ 751 /**/
750 869, 752 869,
751 /**/ 753 /**/
752 868, 754 868,
753 /**/ 755 /**/