mirror of
https://github.com/neovim/neovim.git
synced 2026-01-19 11:27:01 +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>