Adjust FUNC_API_SINCE for nvim_buf_live_updates

This commit is contained in:
KillTheMule 2018-01-26 16:52:51 +01:00
parent bafae1c427
commit 71816e584c

View File

@ -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);