mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
API: Bugfix: Remove wrong increment statement from buffer_set_slice
This commit is contained in:
parent
28eb3796b9
commit
ee60683b9a
@ -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++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user