mirror of
https://github.com/neovim/neovim.git
synced 2025-09-08 04:18:18 +00:00
doc + extmarks tweaks #11421
- nvim_buf_get_extmarks: rename "amount" => "limit" - rename `set_extmark_index_from_obj`
This commit is contained in:
@@ -5204,8 +5204,7 @@ void write_reg_contents_lst(int name, char_u **strings,
|
||||
|
||||
/// write_reg_contents_ex - store `str` in register `name`
|
||||
///
|
||||
/// If `str` ends in '\n' or '\r', use linewise, otherwise use
|
||||
/// characterwise.
|
||||
/// If `str` ends in '\n' or '\r', use linewise, otherwise use charwise.
|
||||
///
|
||||
/// @warning when `name` is '/', `len` and `must_append` are ignored. This
|
||||
/// means that `str` MUST be NUL-terminated.
|
||||
|
Reference in New Issue
Block a user