From 9500ecdda55391a116286bf9c9fccf298f357a59 Mon Sep 17 00:00:00 2001 From: Björn Linse Date: Sat, 29 Oct 2016 11:40:08 +0200 Subject: api: add detailed checks for compatibility and correct "since" value --- src/nvim/api/buffer.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/nvim/api/buffer.c b/src/nvim/api/buffer.c index de761d2804..1d33035fc2 100644 --- a/src/nvim/api/buffer.c +++ b/src/nvim/api/buffer.c @@ -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 -- cgit