commit | 3787f26c2ed33732a36f26ebe46faeebfe0151af | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 07 21:54:01 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 07 21:54:01 2022 +0000 |
tree | 4e3ce90a52311569592fe5e868a816a1cd19dfad | |
parent | f681cfb90b972cb347b3d707c87e48f8accd0e2a [diff] [blame] |
patch 8.2.4324: Vim9: script-local function name can start with "_" Problem: Vim9: script-local function name can start with "_". Solution: Check for leading capital after "s:". Correct error message.
diff --git a/src/version.c b/src/version.c index 2d0bb2d..cefbd40 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4324, +/**/ 4323, /**/ 4322,