mirror of
https://github.com/neovim/neovim.git
synced 2025-12-24 15:18:56 +00:00
Problem: No block events emitted with ext_cmdline for :if, :while, :try etc.
Solution: Emit cmdline block events; store the indent level of the
previous cmdline and whether a block event was emitted.