commit | 6f1d2aa437744a7cb0206fdaa543a788c5a56c79 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 01 21:21:55 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 01 21:21:55 2021 +0200 |
tree | 69fa87e33af45f6763679098bda0011e83041e19 | |
parent | 6a43b37b760347b9a1bedf12e41b458000922969 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index a9a7b29..1c01adb 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2920, +/**/ 2919, /**/ 2918,