mirror of
https://github.com/neovim/neovim.git
synced 2026-08-02 20:23:54 +08:00
Problem: Cmdline area shows stale ":" after backspacing out of the command line. Solution: Clear the command line for empty commands. Note that `:<CR>` will now clear the command line too.