From fe02c653959bc73440622c3324db22084475302a Mon Sep 17 00:00:00 2001 From: Patrice Peterson Date: Mon, 18 Jan 2021 13:32:07 +0100 Subject: doc: remove nvim_buf_get_extmark_by_id limit opt Passing any key but `details` in the opts results in an error. --- runtime/doc/api.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'runtime') diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt index 485c93b0dd..12e39fdbac 100644 --- a/runtime/doc/api.txt +++ b/runtime/doc/api.txt @@ -1937,8 +1937,7 @@ nvim_buf_get_extmark_by_id({buffer}, {ns_id}, {id}, {opts}) {ns_id} Namespace id from |nvim_create_namespace()| {id} Extmark id {opts} Optional parameters. Keys: - • limit: Maximum number of marks to return - • details Whether to include the details dict + • details: Whether to include the details dict Return: ~ (row, col) tuple or empty list () if extmark id was absent -- cgit