diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2018-12-03 13:00:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-03 13:00:41 +0100 |
commit | 231de72539829e6e3b318248c35015aa20c66f31 (patch) | |
tree | 72de67ecda2504f44f5183daaddb60809e855415 /runtime/doc/develop.txt | |
parent | 07ad5d71ab97a84dc9c59b3507bf7898040d24cf (diff) | |
parent | 8b42249cddf6b257e2eee808a41f3d6dd5af6846 (diff) | |
download | rneovim-231de72539829e6e3b318248c35015aa20c66f31.tar.gz rneovim-231de72539829e6e3b318248c35015aa20c66f31.tar.bz2 rneovim-231de72539829e6e3b318248c35015aa20c66f31.zip |
Merge pull request #9300 from bfredl/asyncerr
rpc: fix invalid responses, turn errors from async calls into notifications
Diffstat (limited to 'runtime/doc/develop.txt')
-rw-r--r-- | runtime/doc/develop.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/develop.txt b/runtime/doc/develop.txt index bcf43142ad..2c919f9104 100644 --- a/runtime/doc/develop.txt +++ b/runtime/doc/develop.txt @@ -181,6 +181,8 @@ Standard Features ~ - Clients should call |nvim_set_client_info()| after connecting, so users and plugins can detect the client by handling the |ChanInfo| event. This avoids the need for special variables or other client hints. +- Clients should handle |nvim_error_event| notifications, which will be sent + if an async request to nvim was rejected or caused an error. Package Naming ~ |