mirror of
https://github.com/neovim/neovim.git
synced 2026-04-21 14:55:33 +00:00
Command "live preview" is fundamentally a non-recursive concept
("preview of a preview" is not useful). Maintaining this as a
global is less awkward and closer to what we actually want to
express, vs adorning exarg_T, CommandLineState, etc.