commit | c2f17f7e64bb1bf872dbc6f3b8f0d8751e275287 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 21 13:13:50 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 21 13:13:50 2022 +0000 |
tree | 229b6c9923d3eb383f9dbd254104a661c348b42d | |
parent | 0f6e28f686dbb59ab3b562408ab9b2234797b9b1 [diff] [blame] |
patch 8.2.4429: using script-local function from the wrong script Problem: Using script-local function from the wrong script when using a partial. (Yegappan Lakshmanan) Solution: Include the script ID in the partial name.
diff --git a/src/version.c b/src/version.c index 777476d..2a8afce 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4429, +/**/ 4428, /**/ 4427,