mirror of
https://github.com/neovim/neovim.git
synced 2026-06-22 11:23:27 +00:00
Problem: Wrong event order for nested cmdline in a conditional cmdline_block.
Solution: Emit all but the first cmdline_block event immediately after
getting the next command, before executing it.