aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/buffer.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-01-11 01:20:15 +0100
committerJustin M. Keyes <justinkz@gmail.com>2019-01-26 20:38:14 +0100
commitc70c8b607f84611373969d3add2f6ef25e61078f (patch)
treec2a5fa4440d78edba5e9f3657b82d3634d284f18 /src/nvim/api/buffer.c
parentec5a4d862d71729569acf4afac4c371a09edc314 (diff)
downloadrneovim-c70c8b607f84611373969d3add2f6ef25e61078f.tar.gz
rneovim-c70c8b607f84611373969d3add2f6ef25e61078f.tar.bz2
rneovim-c70c8b607f84611373969d3add2f6ef25e61078f.zip
doc [ci skip] #9478
- Lua - developer guidelines - MAINTAIN.md - TUI: cleanup - TUI: mention Windows terminfo builtins - cleanup if_pyth, redirect python-bindeval tag Helped-by: Björn Linse <bjorn.linse@gmail.com> Helped-by: erw7 <erw7.github@gmail.com>
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.