mirror of
https://github.com/neovim/neovim.git
synced 2026-02-26 20:31:02 +10: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)