mirror of
https://github.com/neovim/neovim.git
synced 2026-06-26 05:05:30 +00:00
Problem: Using freed memory with cmdwin and BufEnter autocmd.
Solution: Make sure pointer to b_p_iminsert is still valid.
1c3dd8ddcb
Co-authored-by: Bram Moolenaar <Bram@vim.org>