commit | 797e63b9f2baa1853e7063aac478d663cd02f207 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 15 16:22:52 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 15 16:22:52 2021 +0100 |
tree | 9fa8b1f0922ac19e98e0db47736c5e8107801317 | |
parent | 17d015b2438e51d4d42d72720611d16c772cc4bb [diff] [blame] |
patch 8.2.2354: crash with a weird combination of autocommands Problem: Crash with a weird combination of autocommands. Solution: Increment b_nwindows when needed. (closes #7674)
diff --git a/src/version.c b/src/version.c index 8372920..e6113c9 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2354, +/**/ 2353, /**/ 2352,