]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4831: crash when using maparg() and unmapping simplified keys v8.2.4831
authorzeertzjq <zeertzjq@outlook.com>
Tue, 26 Apr 2022 20:36:21 +0000 (21:36 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 26 Apr 2022 20:36:21 +0000 (21:36 +0100)
commit2c8a7ebdad9da017bfb6dc8a0f46acea77ec2e17
treef993d9b62e1c3d2cb91fe86267abe5a672bb41d5
parent23f106efeb64eadd95adee34144f64526aa5f61f
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)
src/map.c
src/testdir/test_map_functions.vim
src/version.c