commit | abeb09b2c53054513812d1e56716e2a5abe8f354 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Tue Apr 26 12:29:43 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 26 12:29:43 2022 +0100 |
tree | f39b515cb9e164b9f03b935f524e191f5822c97a | |
parent | 87f74106f96737e7b8ceaafe1a131aa718077de6 [diff] [blame] |
patch 8.2.4828: fix for unmapping simplified key not fully tested Problem: Fix for unmapping simplified key not fully tested. Solution: Add a test case. (closes #10292)
diff --git a/src/version.c b/src/version.c index 2998d2d..945b6a1 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4828, +/**/ 4827, /**/ 4826,