mirror of
https://github.com/neovim/neovim.git
synced 2025-11-22 10:06:33 +00:00
This change effectively disables history for lines inserted using this method. Not a big problem since it does not work for them in Vim in first place. Also solves a bug(?): ex_window() run while in :append mode opens search history in Vim for some reason. Now it opens empty cmdline window.