]> granicus.if.org Git - vim/commit
patch 8.2.1397: Vim9: return type of maparg() not adjusted for fourth arg v8.2.1397
authorBram Moolenaar <Bram@vim.org>
Sat, 8 Aug 2020 15:55:49 +0000 (17:55 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 8 Aug 2020 15:55:49 +0000 (17:55 +0200)
commit4a6d1b660fcea67931202527ad2852da55d26d49
treeced3a872aaf412cdde1a6b7669f55e0bdc3901a9
parent5a849da57c5fb54ffcffd436a9e00ef40fdf094c
patch 8.2.1397: Vim9: return type of maparg() not adjusted for fourth arg

Problem:    Vim9: return type of maparg() not adjusted for fourth argument.
Solution:   Check if fourth argument is present. (closes #6645)
src/evalfunc.c
src/testdir/test_maparg.vim
src/version.c