Fix an off-by-one error in the documentation of nvim_buf_clear_highlight (#7853)

This commit is contained in:
mkotha 2018-01-16 05:45:10 +09:00 committed by Björn Linse
parent 423d7af3df
commit ac87d9de69

View File

@ -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