mirror of
https://github.com/neovim/neovim.git
synced 2025-12-08 15:42:52 +00:00
Problem: When running with `--headless --listen ./hello`, pressing Ctrl-C doesn’t log anything and doesn’t clean up the socket file. Solution: handle SIGINT like SIGTERM.