diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-02-07 20:30:57 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-02-07 20:30:57 +0000 |
commit | f681cfb90b972cb347b3d707c87e48f8accd0e2a (patch) | |
tree | dec6119e3cede17c28e604dbabfc01ebfc491803 /src/version.c | |
parent | 7aca5ca6763e50d2c23953b20e30fca7457c9abf (diff) | |
download | vim-git-f681cfb90b972cb347b3d707c87e48f8accd0e2a.tar.gz |
patch 8.2.4323: Vim9: nested function name can start with "_"v8.2.4323
Problem: Vim9: nested function name can start with "_".
Solution: Use same rule for function name for nested functions.
(closes #9713)
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 c1f90cdd0..2d0bb2d6c 100644 --- a/src/version.c +++ b/src/version.c @@ -747,6 +747,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4323, +/**/ 4322, /**/ 4321, |