mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 16:36:30 +00:00

The `system` function is never executed with these tests because the ctrl+c is queued with the input string that calls it(The `process_interrupts` function will destroy all previous input when a ctrl+c is found).