mirror of
https://github.com/neovim/neovim.git
synced 2026-06-12 23:08:14 +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.