Skip to content

Commit 939859d

Browse files
committed
remove misleading analogy between rpcnotify() and vim.request(..., async=True)
1 parent f5f074c commit 939859d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,6 @@ below.
6363
wait for nvim to complete the request (which also means that the return value
6464
is unavailable).
6565

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-
7366
#### Remote (new-style) plugins
7467

7568
Neovim allows python plugins to be defined by placing python files or packages

0 commit comments

Comments
 (0)