mirror of
https://github.com/neovim/neovim.git
synced 2026-07-28 03:26:35 +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.