We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b65f62d commit 0c4752dCopy full SHA for 0c4752d
neovim/msgpack_rpc/event_loop/base.py
@@ -30,7 +30,7 @@ class BaseEventLoop(object):
30
- `_init()`: Implementation-specific initialization
31
- `_connect_tcp(address, port)`: connect to Nvim using tcp/ip
32
- `_connect_socket(path)`: Same as tcp, but use a UNIX domain socket or
33
- or named pipe.
+ named pipe.
34
- `_connect_stdio()`: Use stdin/stdout as the connection to Nvim
35
- `_connect_child(argv)`: Use the argument vector `argv` to spawn an
36
embedded Nvim that has it's stdin/stdout connected to the event loop.
0 commit comments