mirror of
https://github.com/neovim/neovim.git
synced 2026-01-13 07:51:28 +10: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>