Files
neovim/src/nvim/api
Justin M. Keyes 96128a5076 feat(startup): validate --listen address
Problem:
`nvim --listen` does not error on EADDRINUSE. #30123

Solution:
Now that `$NVIM_LISTEN_ADDRESS` is deprecated and input *only* (instead
of the old, ambiguous situation where it was both an input *and* an
output), we can be fail fast instead of trying to "recover". This
reverts the "recovery" behavior of
704ba4151e, but that was basically
a workaround for the fragility of `$NVIM_LISTEN_ADDRESS`.
2024-09-02 22:41:41 +02:00
..
2024-04-30 04:30:21 -07:00
2024-06-07 10:55:14 +08:00
2024-09-02 22:41:41 +02:00
2023-11-28 07:47:36 +08:00
2023-11-28 07:47:36 +08:00