mirror of
https://github.com/neovim/neovim.git
synced 2026-03-20 15:39:43 +00:00
Problem: An ext_cmdline block event that should be empty after :<CR>
re-emits the previous cmdline.
Solution: Clear `last_cmdline` even when `new_last_cmdline == NULL`.