commit | 12e21e387b5bbc928097abf1c189b7dc665838fc | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Wed Apr 27 11:58:01 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 27 11:58:01 2022 +0100 |
tree | 71ec4c8aa2bb205ec22780ba1ed687b17f600287 | |
parent | fc78a0369e0d371a1a85d07045ff25d8695e8f8c [diff] [blame] |
patch 8.2.4833: failure of mapping not checked for Problem: Failure of mapping not checked for. Solution: Check return value of ins_typebuf(). (closes #10299)
diff --git a/src/version.c b/src/version.c index 115989c..a8f6671 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4833, +/**/ 4832, /**/ 4831,