]> granicus.if.org Git - vim/commit
patch 9.0.0341: mapset() does not restore <Nop> mapping properly v9.0.0341
authorzeertzjq <zeertzjq@outlook.com>
Wed, 31 Aug 2022 15:40:17 +0000 (16:40 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 31 Aug 2022 15:40:17 +0000 (16:40 +0100)
commit92a3d20682d46359bb50a452b4f831659e799155
treeeb8d9cc28b75816f7b47b5ae511514f3aaf66502
parenta2a8973e51a0052bb52e43a2b22e7ecdecc32003
patch 9.0.0341: mapset() does not restore <Nop> mapping properly

Problem:    mapset() does not restore <Nop> mapping properly.
Solution:   Use an empty string for <Nop>. (closes #11022)
src/map.c
src/testdir/test_map_functions.vim
src/version.c