Skip to content

Commit

Permalink
restore mention async is a keyword argument
Browse files Browse the repository at this point in the history
  • Loading branch information
bfredl committed Oct 11, 2017
1 parent 939859d commit 5d40785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ below.
computations. Intensive computations should be done in a separate thread (or
process), and `vim.async_call` can be used to send results back to nvim.

* Some methods accept an `async` parameter: `vim.eval`,
* Some methods accept an `async` keyword argument: `vim.eval`,
`vim.command` as well as the `vim.funcs` wrappers. The python host will not
wait for nvim to complete the request (which also means that the return value
is unavailable).
Expand Down

0 comments on commit 5d40785

Please sign in to comment.