mirror of
https://github.com/neovim/neovim.git
synced 2026-03-01 22:04:39 +10:00
Escaping from a '-- More --' prompt in tests is awkward as it doesn't take keys from the typebuffer, requiring a call to `feed()` in lua at the correct time. Moreover, it's rarer that a test will want the '-- More --' prompt to be activated than not.