mirror of
https://github.com/neovim/neovim.git
synced 2026-03-08 00:56:08 +10: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.