From 71816e584cef01c195797e738e1d6dba1de39102 Mon Sep 17 00:00:00 2001 From: KillTheMule Date: Fri, 26 Jan 2018 16:52:51 +0100 Subject: [PATCH] Adjust FUNC_API_SINCE for nvim_buf_live_updates --- src/nvim/api/buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nvim/api/buffer.c b/src/nvim/api/buffer.c index e594e4975c..44e274484a 100644 --- a/src/nvim/api/buffer.c +++ b/src/nvim/api/buffer.c @@ -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);