mirror of
https://github.com/neovim/neovim.git
synced 2026-03-10 11:05:44 +00: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>