Files
neovim/runtime/doc
nikolightsaber b162adbb7c feat(api): pass 0 to nvim_get_chan_info for current channel (#27321)
Getting current channel info was kind of annoying via RPC. Two
functions had to be called:
1. `nvim_get_api_info` which returns `[channel_id, meta_data]`.
  - This results in `channel_id = api.nvim_get_api_info()[0]`.
  - Here the meta_data is sent but never used.
2. Finally call `nvim_get_chan_info(channel_id)`.

This commit reduces the need for `nvim_get_api_info` as passing 0
returns current channel info.
2024-02-08 18:59:31 +08:00
..
2024-01-24 06:07:42 +08:00
2023-12-20 07:02:48 +08:00
2023-10-29 16:02:32 +08:00
2023-12-09 15:35:45 +08:00
2024-01-17 14:01:39 +08:00
2023-12-13 20:31:16 +01:00
2023-12-13 20:31:16 +01:00
2024-01-02 22:00:06 +01:00
2024-01-15 11:40:44 +01:00
2023-12-06 08:04:21 +08:00
2024-02-08 08:09:01 +08:00
2023-12-13 20:31:16 +01:00
2023-10-29 16:02:32 +08:00
2023-12-30 10:53:31 +01:00
2024-01-24 11:05:25 +01:00
2024-01-18 00:14:48 -08:00
2023-12-06 08:04:21 +08:00
2024-01-02 22:00:06 +01:00
2024-01-18 00:14:48 -08:00
2023-10-21 18:04:08 +08:00
2023-11-14 23:29:09 +01:00
2024-01-09 23:22:48 +01:00
2023-11-06 19:03:08 +08:00
2023-12-06 08:04:21 +08:00
2024-01-18 00:14:48 -08:00
2023-10-10 19:20:32 +02:00
2023-11-27 17:43:13 +08:00
2024-02-06 11:42:15 +01:00