diff options
author | Viktor Kojouharov <developer@sugr.org> | 2021-05-10 11:27:48 +0200 |
---|---|---|
committer | Viktor Kojouharov <developer@sugr.org> | 2021-05-10 11:27:48 +0200 |
commit | 5ea9cbc280aec623d8c6c262c1b7ccea62d1e566 (patch) | |
tree | 9c02fb7ca684b0f7e75a4f12400561c3b46f795b /runtime | |
parent | a257f00f75b77ea3cb4e49f28ec36401eaf24f81 (diff) | |
download | rneovim-5ea9cbc280aec623d8c6c262c1b7ccea62d1e566.tar.gz rneovim-5ea9cbc280aec623d8c6c262c1b7ccea62d1e566.tar.bz2 rneovim-5ea9cbc280aec623d8c6c262c1b7ccea62d1e566.zip |
Update the functio documentation in C
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt index 4a275c5a6d..2783640c3c 100644 --- a/runtime/doc/api.txt +++ b/runtime/doc/api.txt @@ -2252,7 +2252,7 @@ nvim_buf_set_extmark({buffer}, {ns_id}, {line}, {col}, {opts}) Parameters: ~ {buffer} Buffer handle, or 0 for current buffer {ns_id} Namespace id from |nvim_create_namespace()| - {line} Line number where to place the mark, 0-based + {line} Line where to place the mark, 0-based {col} Column where to place the mark, 0-based {opts} Optional parameters. • id : id of the extmark to edit. |