]> granicus.if.org Git - vim/commit
patch 8.2.2075: error for const argument to mapnew() v8.2.2075
authorBram Moolenaar <Bram@vim.org>
Tue, 1 Dec 2020 20:08:05 +0000 (21:08 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 1 Dec 2020 20:08:05 +0000 (21:08 +0100)
commit57cf4973a283941c92744554474b2c52ce892fd1
tree8b151e68e17a6b8f0f3787f30f6d9750e8895b44
parent4324d87a4432721d9dbc72c1e336350bc6b7ebc3
patch 8.2.2075: error for const argument to mapnew()

Problem:    Error for const argument to mapnew().
Solution:   Don't give an error. (closes #7400)
src/list.c
src/testdir/test_filter_map.vim
src/version.c