mirror of
https://github.com/neovim/neovim.git
synced 2026-08-03 14:19:15 +00:00
Problem: Attempting to emit cmdline_block event with NULL cmdbuff after
<C-\><C-N> in Ex-mode.
Solution: Don't emit cmdline_block event when cmdbuff is NULL.
(cherry picked from commit f0f9620b38)