]> granicus.if.org Git - vim/commit
patch 8.2.0812: mapset() does not properly handle <> notation v8.2.0812
authorBram Moolenaar <Bram@vim.org>
Fri, 22 May 2020 18:01:06 +0000 (20:01 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 22 May 2020 18:01:06 +0000 (20:01 +0200)
commitc94c1467b9b86156a6b7c8d3e41ff01c13d2be07
treef74f53c6d79e92faabcf3823e111d80bffa56c9e
parent9cdcd1d0dc3bbea41b731639fd2431c2ef5cffaa
patch 8.2.0812: mapset() does not properly handle <> notation

Problem:    mapset() does not properly handle <> notation.
Solution:   Convert <> codes. (closes #6116)
src/map.c
src/testdir/test_maparg.vim
src/version.c