mirror of
https://github.com/neovim/neovim.git
synced 2024-12-28 14:31:13 -07:00
Fix an off-by-one error in the documentation of nvim_buf_clear_highlight (#7853)
This commit is contained in:
parent
423d7af3df
commit
ac87d9de69
@ -806,7 +806,7 @@ Integer nvim_buf_add_highlight(Buffer buffer,
|
||||
|
||||
/// Clears highlights from a given source group and a range of lines
|
||||
///
|
||||
/// To clear a source group in the entire buffer, pass in 1 and -1 to
|
||||
/// To clear a source group in the entire buffer, pass in 0 and -1 to
|
||||
/// line_start and line_end respectively.
|
||||
///
|
||||
/// @param buffer Buffer handle
|
||||
|
Loading…
Reference in New Issue
Block a user