mirror of
https://github.com/neovim/neovim.git
synced 2026-01-05 21:07:44 +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`.
(cherry picked from commit 95ab723995)