Files
neovim/test/functional/ui
Tomasz N 0c0b78c79e fix(ui2): :quit on unsaved buffer shows hit-enter prompt #41575
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.
2026-09-09 10:21:46 -04:00
..