mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +00:00
api: add detailed checks for compatibility and correct "since" value
This commit is contained in:
@@ -133,7 +133,6 @@ ArrayOf(String) buffer_get_line_slice(Buffer buffer,
|
||||
return nvim_buf_get_lines(0, buffer, start , end, false, err);
|
||||
}
|
||||
|
||||
|
||||
/// Retrieves a line range from the buffer
|
||||
///
|
||||
/// Indexing is zero-based, end-exclusive. Negative indices are interpreted
|
||||
|
Reference in New Issue
Block a user