diff options
Diffstat (limited to 'runtime/doc/api.txt')
-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. |