mirror of
https://github.com/neovim/neovim.git
synced 2025-10-16 06:46:07 +00:00

Problem: Using freed memory when defining a user command from a user
command.
Solution: Do not use the command pointer after executing the command.
(closes vim/vim#9318)
205f29c3e9