From 5ea9cbc280aec623d8c6c262c1b7ccea62d1e566 Mon Sep 17 00:00:00 2001 From: Viktor Kojouharov Date: Mon, 10 May 2021 11:27:48 +0200 Subject: Update the functio documentation in C --- runtime/doc/api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime') 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. -- cgit