commit | f681cfb90b972cb347b3d707c87e48f8accd0e2a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 07 20:30:57 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 07 20:30:57 2022 +0000 |
tree | dec6119e3cede17c28e604dbabfc01ebfc491803 | |
parent | 7aca5ca6763e50d2c23953b20e30fca7457c9abf [diff] [blame] |
patch 8.2.4323: Vim9: nested function name can start with "_" Problem: Vim9: nested function name can start with "_". Solution: Use same rule for function name for nested functions. (closes #9713)
diff --git a/src/version.c b/src/version.c index c1f90cd..2d0bb2d 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4323, +/**/ 4322, /**/ 4321,