mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 14:58:18 +00:00
API: Bugfix: Remove wrong increment statement from buffer_set_slice
This commit is contained in:
@@ -219,7 +219,6 @@ void buffer_set_slice(Buffer buffer,
|
|||||||
|
|
||||||
// Same as with replacing
|
// Same as with replacing
|
||||||
lines[i] = NULL;
|
lines[i] = NULL;
|
||||||
i++;
|
|
||||||
extra++;
|
extra++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user