aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/buffer.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-01-26 21:41:01 +0100
committerGitHub <noreply@github.com>2019-01-26 21:41:01 +0100
commitd63b534f313326c79c7b9feaf51ca0d798dd65db (patch)
tree74589afd6caa2264fab7f543de1d2a510da9b558 /src/nvim/api/buffer.c
parent2132bbf9199bf019602584935965c495b1dc180b (diff)
parentcd64f5abd46e24509b8650f7ecfa30d3f0152b0e (diff)
downloadrneovim-d63b534f313326c79c7b9feaf51ca0d798dd65db.tar.gz
rneovim-d63b534f313326c79c7b9feaf51ca0d798dd65db.tar.bz2
rneovim-d63b534f313326c79c7b9feaf51ca0d798dd65db.zip
Merge #9478 from justinmk/doc
Diffstat (limited to 'src/nvim/api/buffer.c')
-rw-r--r--src/nvim/api/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/api/buffer.c b/src/nvim/api/buffer.c
index 5df0f0bb47..9cd178eaeb 100644
--- a/src/nvim/api/buffer.c
+++ b/src/nvim/api/buffer.c
@@ -104,7 +104,7 @@ String buffer_get_line(Buffer buffer, Integer index, Error *err)
/// the whole buffer. If so, the first notification will be a
/// `nvim_buf_lines_event`. Otherwise, the first notification will be
/// a `nvim_buf_changedtick_event`
-/// @param opts Optional parameters. Currently not used.
+/// @param opts Optional parameters. Reserved for future use.
/// @param[out] err Details of an error that may have occurred
/// @return False when updates couldn't be enabled because the buffer isn't
/// loaded or `opts` contained an invalid key; otherwise True.