We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See: wincent/vim-clipper#1
If there is an IPv6 loopback interface available, we should listen on that too (::1) as well as on the IPv4 one (127.0.0.1).
If the user explicitly passes an address (or a UNIX domain socket) then we should listen only to the user-specified address.
The text was updated successfully, but these errors were encountered:
ae2800d
No branches or pull requests
See: wincent/vim-clipper#1
If there is an IPv6 loopback interface available, we should listen on that too (::1) as well as on the IPv4 one (127.0.0.1).
If the user explicitly passes an address (or a UNIX domain socket) then we should listen only to the user-specified address.
The text was updated successfully, but these errors were encountered: