]> granicus.if.org Git - vim/commit
patch 8.2.2920: still a way to shadow a builtin function v8.2.2920
authorBram Moolenaar <Bram@vim.org>
Tue, 1 Jun 2021 19:21:55 +0000 (21:21 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 1 Jun 2021 19:21:55 +0000 (21:21 +0200)
commit6f1d2aa437744a7cb0206fdaa543a788c5a56c79
tree69fa87e33af45f6763679098bda0011e83041e19
parent6a43b37b760347b9a1bedf12e41b458000922969
patch 8.2.2920: still a way to shadow a builtin function

Problem:    Still a way to shadow a builtin function. (Yasuhiro Matsumoto)
Solution:   Check the key when using extend(). (issue #8302)
src/dict.c
src/eval.c
src/proto/dict.pro
src/testdir/test_functions.vim
src/version.c