mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Adjust FUNC_API_SINCE for nvim_buf_live_updates
This commit is contained in:
parent
bafae1c427
commit
71816e584c
@ -89,7 +89,7 @@ Boolean nvim_buf_live_updates(uint64_t channel_id,
|
||||
Boolean enabled,
|
||||
Boolean send_buffer,
|
||||
Error *err)
|
||||
FUNC_API_SINCE(3) FUNC_API_REMOTE_ONLY
|
||||
FUNC_API_SINCE(4) FUNC_API_REMOTE_ONLY
|
||||
{
|
||||
buf_T *buf = find_buffer_by_handle(buffer, err);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user