commit | 9c7cae66bc21a3dc5c6e60cd64216ce7c9073003 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 20 19:10:25 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 20 19:10:25 2022 +0000 |
tree | cf9de73f0e9671be44fc0ee58e2033670ccdf908 | |
parent | 21f0d6cbca9c93e2319d45a33ba26b10a85ff4dc [diff] [blame] |
patch 8.2.4162: Vim9: no error for redefining function with export Problem: Vim9: no error for redefining function with export. Solution: Check for existing function with/without prefix. (closes #9577)
diff --git a/src/version.c b/src/version.c index fae00dc..7fd24f5 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4162, +/**/ 4161, /**/ 4160,