diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2016-08-22 00:23:48 -0400 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2016-08-22 00:28:47 -0400 |
| commit | ad4348095229e055750fb429f2c675393711b647 (patch) | |
| tree | 3f3f153073d76a6629bdd271ce2ddc29ffb337ab /runtime | |
| parent | 5b8255e251e121b814826d127a383bf3054cac80 (diff) | |
| download | rneovim-ad4348095229e055750fb429f2c675393711b647.tar.gz rneovim-ad4348095229e055750fb429f2c675393711b647.tar.bz2 rneovim-ad4348095229e055750fb429f2c675393711b647.zip | |
version bump
Diffstat (limited to 'runtime')
| -rw-r--r-- | runtime/doc/eval.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/runtime/doc/eval.txt b/runtime/doc/eval.txt index 41373c135d..03d8f84aa6 100644 --- a/runtime/doc/eval.txt +++ b/runtime/doc/eval.txt @@ -5664,8 +5664,7 @@ rpcstart({prog}[, {argv}]) {Nvim} *rpcstart()* Deprecated. Replace > :let id = rpcstart('prog', ['arg1', 'arg2']) < with > - :let id = jobstart(['prog', 'arg1', 'arg2'], - {'rpc': v:true}) + :let id = jobstart(['prog', 'arg1', 'arg2'], {'rpc': v:true}) rpcstop({channel}) {Nvim} *rpcstop()* Closes an |RPC| {channel}. If the channel is a job |