aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/buffer.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-11-10 16:52:14 -0800
committerJustin M. Keyes <justinkz@gmail.com>2019-11-11 22:12:59 -0800
commit54473e9a677b001b47b1fe528b6056e9feed0f60 (patch)
tree7a7f9dec829d68ac19ffb35cb46662c6025c468e /src/nvim/api/buffer.c
parent0190de9aab53c0b82e648c51c5162d6377c6f341 (diff)
downloadrneovim-54473e9a677b001b47b1fe528b6056e9feed0f60.tar.gz
rneovim-54473e9a677b001b47b1fe528b6056e9feed0f60.tar.bz2
rneovim-54473e9a677b001b47b1fe528b6056e9feed0f60.zip
doc [ci skip]
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 5909fd7c02..58011702ac 100644
--- a/src/nvim/api/buffer.c
+++ b/src/nvim/api/buffer.c
@@ -1058,7 +1058,7 @@ ArrayOf(Integer) nvim_buf_get_extmark_by_id(Buffer buffer, Integer ns_id,
/// @param opts additional options. Supports the keys:
/// - amount: Maximum number of marks to return
/// @param[out] err Details of an error that may have occurred
-/// @return [[nsmark_id, row, col], ...]
+/// @return [[extmark_id, row, col], ...]
Array nvim_buf_get_extmarks(Buffer buffer, Integer ns_id,
Object start, Object end, Dictionary opts,
Error *err)