mirror of
https://github.com/neovim/neovim.git
synced 2026-07-24 09:50:48 +00:00
feat(channel): add ChanClose event #40568
Problem: Plugins using RPC sockets cannot detect when the peer closes a `sockconnect()` channel, so reconnect logic has no reliable trigger. Solution: Add a `ChanClose` event with channel info before the channel is removed, matching the existing `ChanOpen`/`ChanInfo` event model.
This commit is contained in:
1
runtime/lua/vim/_meta/api_keysets.gen.lua
generated
1
runtime/lua/vim/_meta/api_keysets.gen.lua
generated
@@ -102,6 +102,7 @@ error('Cannot require a meta file')
|
||||
--- |'BufWriteCmd'
|
||||
--- |'BufWritePost'
|
||||
--- |'BufWritePre'
|
||||
--- |'ChanClose'
|
||||
--- |'ChanInfo'
|
||||
--- |'ChanOpen'
|
||||
--- |'CmdUndefined'
|
||||
|
||||
Reference in New Issue
Block a user