mirror of
https://github.com/neovim/neovim.git
synced 2026-02-07 04:52:04 +10:00
Problem: Empty CmdlineEnter autocommand causes errors in Ex mode.
Solution: Save and restore ex_pressedreturn. (Christian Brabandt,
closes # 12581, closes vim/vim#12578)
590aae3557
Co-authored-by: Christian Brabandt <cb@256bit.org>