commit | 2fecb53115e25de6203363be8018ee676ad1422b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 24 22:00:56 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 24 22:00:56 2021 +0100 |
tree | e54e5847165d82e40c5c3128c8fd882ade203ea8 | |
parent | 1ff89deeaa07a161afbe91f57c340f3758d34f49 [diff] [blame] |
patch 8.2.2650: Vim9: command modifiers not handled in nested function Problem: Vim9: command modifiers not handled in nested function. Solution: Keep function-local info in a structure and save it on the stack.
diff --git a/src/version.c b/src/version.c index 0e02deb..594f88f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2650, +/**/ 2649, /**/ 2648,