diff --git a/user/api.html b/user/api.html index ee83a762ad3e..7fd7401f335a 100644 --- a/user/api.html +++ b/user/api.html @@ -1452,7 +1452,7 @@

Global Functions -nvim_get_mark({name}, {opts}) nvim_get_mark() +nvim_get_mark({name}, {*opts}) nvim_get_mark() Returns a (row, col, buffer, buffername) tuple representing the position of the uppercase/file named mark. "End of line" column position is returned as v:maxcol (big number). See mark-motions. @@ -1758,7 +1758,7 @@

Global Functions -nvim_open_term({buffer}, {opts}) nvim_open_term() +nvim_open_term({buffer}, {*opts}) nvim_open_term() Open a terminal instance in a buffer @@ -1903,7 +1903,7 @@

Global Functions nvim_select_popupmenu_item() -nvim_select_popupmenu_item({item}, {insert}, {finish}, {opts}) +nvim_select_popupmenu_item({item}, {insert}, {finish}, {*opts}) Selects an item in the completion popup menu. @@ -2686,7 +2686,7 @@

Command Functions -nvim_parse_cmd({str}, {opts}) nvim_parse_cmd() +nvim_parse_cmd({str}, {*opts}) nvim_parse_cmd() Parse command line. @@ -2918,7 +2918,7 @@

Buffer Functions -nvim_buf_attach({buffer}, {send_buffer}, {opts}) nvim_buf_attach() +nvim_buf_attach({buffer}, {send_buffer}, {*opts}) nvim_buf_attach() Activates buffer-update events on a channel, or as Lua callbacks. @@ -3104,7 +3104,7 @@

Buffer Functions -nvim_buf_delete({buffer}, {opts}) nvim_buf_delete() +nvim_buf_delete({buffer}, {*opts}) nvim_buf_delete() Deletes the buffer. See :bwipeout @@ -3285,7 +3285,7 @@

Buffer Functions nvim_buf_get_text() nvim_buf_get_text({buffer}, {start_row}, {start_col}, {end_row}, {end_col}, - {opts}) + {*opts}) Gets a range from the buffer. @@ -3445,7 +3445,7 @@

Buffer Functions nvim_buf_set_mark() -nvim_buf_set_mark({buffer}, {name}, {line}, {col}, {opts}) +nvim_buf_set_mark({buffer}, {name}, {line}, {col}, {*opts}) Sets a named mark in the given buffer, all marks are allowed file/uppercase, visual, last change, etc. See mark-motions. @@ -3649,7 +3649,7 @@

Extmark Functions nvim_buf_get_extmark_by_id() -nvim_buf_get_extmark_by_id({buffer}, {ns_id}, {id}, {opts}) +nvim_buf_get_extmark_by_id({buffer}, {ns_id}, {id}, {*opts}) Gets the position (0-indexed) of an extmark. @@ -5190,7 +5190,7 @@

UI Functions
- Generated at 2023-12-05 05:22 from 3159a2c + Generated at 2023-12-06 05:22 from 5b40a1c
parse_errors: 0 (report docs bug...) | Introduction

- Generated at 2023-12-05 05:23 from 3159a2c + Generated at 2023-12-06 05:23 from 5b40a1c
parse_errors: 0 (report docs bug...) | Message/Dialog Events
- Generated at 2023-12-05 05:23 from 3159a2c + Generated at 2023-12-06 05:23 from 5b40a1c
parse_errors: 0 (report docs bug...) | 4. Undo branches
- Generated at 2023-12-05 05:23 from 3159a2c + Generated at 2023-12-06 05:23 from 5b40a1c
parse_errors: 0 (report docs bug...) |
- Generated at 2023-12-05 05:23 from 3159a2c + Generated at 2023-12-06 05:23 from 5b40a1c
parse_errors: 0 (report docs bug...) |
- Generated at 2023-12-05 05:23 from 3159a2c + Generated at 2023-12-06 05:23 from 5b40a1c
parse_errors: 0 (report docs bug...) | noise_lines: 1 diff --git a/user/usr_02.html b/user/usr_02.html index 4e961a31716c..19a3906cf5d3 100644 --- a/user/usr_02.html +++ b/user/usr_02.html @@ -551,7 +551,7 @@