commit | 577dc93da9ec78684576bff71328d40f24bd6dd8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 27 15:35:40 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 27 15:35:40 2021 +0200 |
tree | 0caf73aff66f09b216dab3ccb3828536b2bd33f4 | |
parent | 4d8f476176eadfc745bcb8e143460029048f858d [diff] [blame] |
patch 8.2.3065: Vim9: error when sourcing script twice and reusing function Problem: Vim9: error when sourcing script twice and reusing a function name. Solution: Check if the function is dead. (closes #8463)
diff --git a/src/version.c b/src/version.c index 12f6648..d07a320 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3065, +/**/ 3064, /**/ 3063,