mhinz / neovim-remote

:ok_hand: Support for --remote and friends.
MIT License
1.73k stars 83 forks source link

Fix tests for neovim 0.8.0 #183

Open oxalica opened 1 year ago

oxalica commented 1 year ago

Since neovim/neovim#8519, NVIM_LISTEN_ADDRESS is only directly used when it contains colons or (back-)slashes. Otherwise it is concatanated with a tempdir prefix and suffixes to form the final path.