mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 17:58:18 +00:00
Manually zero out deleted_bytes2 when substituting and joining lines
This commit is contained in:
@@ -3977,6 +3977,7 @@ int do_join(size_t count,
|
||||
del_lines((long)count - 1, false);
|
||||
curwin->w_cursor.lnum = t;
|
||||
curbuf_splice_pending--;
|
||||
curbuf->deleted_bytes2 = 0;
|
||||
|
||||
/*
|
||||
* Set the cursor column:
|
||||
|
Reference in New Issue
Block a user