diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-09-18 12:00:21 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-09-18 12:00:21 +0100 |
commit | dbbb02bc770646776a04122ff58313d170873e67 (patch) | |
tree | af52a5dc2c436ac3bb60da3db6cf2007cce246ae /src/version.c | |
parent | 96caa557f92f7e1fd61d4b401fefd30c91eb44f0 (diff) | |
download | vim-git-9.0.0495.tar.gz |
patch 9.0.0495: closure doesn't work properly in nested loopv9.0.0495
Problem: Closure doesn't work properly in nested loop.
Solution: Save variables up to the outer loop.
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 88888d430..c361f97b6 100644 --- a/src/version.c +++ b/src/version.c @@ -700,6 +700,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 495, +/**/ 494, /**/ 493, |