mirror of
https://github.com/neovim/neovim.git
synced 2026-03-17 06:08:13 +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.