]> granicus.if.org Git - vim/commit
patch 8.2.2354: crash with a weird combination of autocommands v8.2.2354
authorBram Moolenaar <Bram@vim.org>
Fri, 15 Jan 2021 15:22:52 +0000 (16:22 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 15 Jan 2021 15:22:52 +0000 (16:22 +0100)
commit797e63b9f2baa1853e7063aac478d663cd02f207
tree9fa8b1f0922ac19e98e0db47736c5e8107801317
parent17d015b2438e51d4d42d72720611d16c772cc4bb
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)
src/buffer.c
src/ex_cmds.c
src/proto/buffer.pro
src/testdir/test_autocmd.vim
src/version.c