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 f5f074c commit 939859dCopy full SHA for 939859d
README.md
@@ -63,13 +63,6 @@ below.
63
wait for nvim to complete the request (which also means that the return value
64
is unavailable).
65
66
-* You can publish arbitrary events (msgpack **notification** messages) by
67
- passing `async=True` to `vim.request()` (this is analogous to the VimL
68
- `rpcnotify()` function).
69
- ```
70
- vim.request("my_event", "arg1", "arg2", async=True)
71
72
-
73
#### Remote (new-style) plugins
74
75
Neovim allows python plugins to be defined by placing python files or packages
0 commit comments