Closed FractalWire closed 5 years ago
In a multi-user context, there might be an exception occuring when calling --servername option.
--servername
Try starting a nvim session with root (for example) and with the current user.
An exception will then occurs when using --servername option.
This PR catches the raised exception and let the user know that the connections was denied.
Thanks! ✨
In a multi-user context, there might be an exception occuring when calling
--servername
option.Step to reproduce:
Try starting a nvim session with root (for example) and with the current user.
An exception will then occurs when using
--servername
option.This PR catches the raised exception and let the user know that the connections was denied.