commit | 2c8a7ebdad9da017bfb6dc8a0f46acea77ec2e17 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Tue Apr 26 21:36:21 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 26 21:36:21 2022 +0100 |
tree | f993d9b62e1c3d2cb91fe86267abe5a672bb41d5 | |
parent | 23f106efeb64eadd95adee34144f64526aa5f61f [diff] [blame] |
patch 8.2.4831: crash when using maparg() and unmapping simplified keys Problem: Crash when using maparg() and unmapping simplified keys. Solution: Do not keep a mapblock pointer. (closes #10294)
diff --git a/src/version.c b/src/version.c index 1c799d8..ba27532 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4831, +/**/ 4830, /**/ 4829,