diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-01-20 19:10:25 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-01-20 19:10:25 +0000 |
commit | 9c7cae66bc21a3dc5c6e60cd64216ce7c9073003 (patch) | |
tree | cf9de73f0e9671be44fc0ee58e2033670ccdf908 /src/version.c | |
parent | 21f0d6cbca9c93e2319d45a33ba26b10a85ff4dc (diff) | |
download | vim-git-9c7cae66bc21a3dc5c6e60cd64216ce7c9073003.tar.gz |
patch 8.2.4162: Vim9: no error for redefining function with exportv8.2.4162
Problem: Vim9: no error for redefining function with export.
Solution: Check for existing function with/without prefix. (closes #9577)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index fae00dc9d..7fd24f5ee 100644 --- a/src/version.c +++ b/src/version.c @@ -751,6 +751,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4162, +/**/ 4161, /**/ 4160, |