commit | ad6c45f62558e03d3e3a927b3fe4dbaf30a36bef | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sun Feb 20 19:05:10 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 20 19:05:10 2022 +0000 |
tree | e9619435354b3b6b9b4725c63c8cd99b6f3c295d | |
parent | c1e6c7bafec1115b690c745a28e1a6338750b137 [diff] [blame] |
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 #9806)
diff --git a/src/version.c b/src/version.c index 6c5ca2b..c5f5c22 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4427, +/**/ 4426, /**/ 4425,