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.
async
1 parent 939859d commit 5d40785Copy full SHA for 5d40785
README.md
@@ -58,7 +58,7 @@ below.
58
computations. Intensive computations should be done in a separate thread (or
59
process), and `vim.async_call` can be used to send results back to nvim.
60
61
-* Some methods accept an `async` parameter: `vim.eval`,
+* Some methods accept an `async` keyword argument: `vim.eval`,
62
`vim.command` as well as the `vim.funcs` wrappers. The python host will not
63
wait for nvim to complete the request (which also means that the return value
64
is unavailable).
0 commit comments