mirror of
https://github.com/neovim/neovim.git
synced 2026-04-27 01:34:16 +00:00
Problem: Using freed memory with :comclear while listing commands.
Solution: Bail out when the command list has changed. (closes vim/vim#11440)
cf2594fbf3
Co-authored-by: Bram Moolenaar <Bram@vim.org>