mirror of
https://github.com/neovim/neovim.git
synced 2026-09-14 09:52:11 +00:00
Problem: "Press any key" modal prompt is shown when `:quit` from unsaved buffer, even if ui2 is enabled (which should never show hit-enter prompt). Solution: Skip `wait_return` for `ext_messages` UIs.