commit | 3d9c4eefe656ee8bf58c0496a48bd56bac180056 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon May 31 22:15:26 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 31 22:15:26 2021 +0200 |
tree | 4fcbd581c3c5d8ff4282357b589367155a2b5680 | |
parent | bb162367ac77db877586086d7456685f2aeb8754 [diff] [blame] |
patch 8.2.2918: builtin function can be shadowed by global variable Problem: Builtin function can be shadowed by global variable. Solution: Check for builtin function before variable. (Yasuhiro Matsumoto, closes #8302)
diff --git a/src/version.c b/src/version.c index 099d05a..c1fdb64 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2918, +/**/ 2917, /**/ 2916,