mirror of
https://github.com/neovim/neovim.git
synced 2026-04-30 03:04:13 +00:00
Problem: Illegal memory access if popup menu items are changed while the
menu is visible. (Tomáš Janoušek)
Solution: Make a copy of the text. (closes vim/vim#7537)
38455a9213
Co-authored-by: Bram Moolenaar <Bram@vim.org>