mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
96128a5076
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
|
||
---|---|---|
.. | ||
autochdir_spec.lua | ||
chars_spec.lua | ||
cursorbind_spec.lua | ||
defaults_spec.lua | ||
keymap_spec.lua | ||
modified_spec.lua | ||
mousescroll_spec.lua | ||
num_options_spec.lua | ||
shortmess_spec.lua | ||
tabstop_spec.lua | ||
winfixbuf_spec.lua |