commit | 68a573ce2b996602a86b14d9b258ebb8c657604f | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Thu Apr 28 14:10:01 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 28 14:10:01 2022 +0100 |
tree | a0a08156c88385348b2b0728aa60d00ada4b4640 | |
parent | f6ced9863f931758a4cee0b6546e77d21150806d [diff] [blame] |
patch 8.2.4837: modifiers not simplified when timed out Problem: Modifiers not simplified when timed out or using feedkeys() with 'n" flag. Solution: Adjust how mapped flag and timeout are used. (closes #10305)
diff --git a/src/version.c b/src/version.c index 53afc37..2fa8992 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4837, +/**/ 4836, /**/ 4835,