mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 01:38:16 +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).