comparison src/version.c @ 27802:9b01fea87065 v8.2.4427

patch 8.2.4427: getchar() may return modifiers if no character is available Commit: https://github.com/vim/vim/commit/ad6c45f62558e03d3e3a927b3fe4dbaf30a36bef Author: zeertzjq <zeertzjq@outlook.com> Date: Sun Feb 20 19:05:10 2022 +0000 patch 8.2.4427: getchar() may return modifiers if no character is available Problem: getchar() may return modifiers if no character is available. Solution: Do not process modifiers when there is no character. (closes https://github.com/vim/vim/issues/9806)
author Bram Moolenaar <Bram@vim.org>
date Sun, 20 Feb 2022 20:15:03 +0100
parents 6e5d378919c4
children afbe86e8b24a
comparison
equal deleted inserted replaced
27801:db4fb9a86f79 27802:9b01fea87065
748 NULL 748 NULL
749 }; 749 };
750 750
751 static int included_patches[] = 751 static int included_patches[] =
752 { /* Add new patch number below this line */ 752 { /* Add new patch number below this line */
753 /**/
754 4427,
753 /**/ 755 /**/
754 4426, 756 4426,
755 /**/ 757 /**/
756 4425, 758 4425,
757 /**/ 759 /**/