mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 11:26:37 +00:00

I was initially trying to port several cmdline tests from Vim involving
test_override('char_avail') without having to rewrite entire tests in
Lua, but haven't figured out a good way achieve that yet. Nevertheless
emulating test_override('starting') is easier.
(cherry picked from commit 715c28d67f
)