Skip to content

Commit 6682528

Browse files
committed
nvim: add deprecatedSince(7) to ClearBufferHighlight
1 parent bbdb4b1 commit 6682528

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nvim/apidef.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ func ClearBufferNamespace(buffer Buffer, nsID int, lineStart int, lineEnd int) {
274274
// Deprecated: Use ClearBufferNamespace() instead.
275275
func ClearBufferHighlight(buffer Buffer, srcID int, startLine int, endLine int) {
276276
name(nvim_buf_clear_highlight)
277+
deprecatedSince(7)
277278
}
278279

279280
// SetBufferVirtualText sets the virtual text (annotation) for a buffer line.

0 commit comments

Comments
 (0)