mirror of
https://github.com/neovim/neovim.git
synced 2025-09-21 10:48:18 +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).