diff options
author | KillTheMule <KillTheMule@users.noreply.github.com> | 2018-01-26 16:52:51 +0100 |
---|---|---|
committer | KillTheMule <KillTheMule@users.noreply.github.com> | 2018-05-23 22:07:27 +0200 |
commit | 71816e584cef01c195797e738e1d6dba1de39102 (patch) | |
tree | 8c94189a21bb1c23928fdc9c221d54209f5cd201 /src/nvim/api/buffer.c | |
parent | bafae1c427cb1eeb52e4caa641ad134c1e062e8e (diff) | |
download | rneovim-71816e584cef01c195797e738e1d6dba1de39102.tar.gz rneovim-71816e584cef01c195797e738e1d6dba1de39102.tar.bz2 rneovim-71816e584cef01c195797e738e1d6dba1de39102.zip |
Adjust FUNC_API_SINCE for nvim_buf_live_updates
Diffstat (limited to 'src/nvim/api/buffer.c')
-rw-r--r-- | src/nvim/api/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |