mirror of
https://github.com/neovim/neovim.git
synced 2025-09-26 21:18:34 +00:00
Rename some more, fixe borked renaming
This commit is contained in:
@@ -872,7 +872,7 @@ int do_move(linenr_T line1, linenr_T line2, linenr_T dest)
|
||||
changed_lines(dest + 1, 0, line1 + num_lines, 0L, false);
|
||||
}
|
||||
|
||||
// send nvim_buf_update regarding lines that were deleted
|
||||
// send nvim_buf_lines_event regarding lines that were deleted
|
||||
if (kv_size(curbuf->update_channels)) {
|
||||
buf_updates_send_changes(curbuf, line1 + extra, 0, num_lines, true);
|
||||
}
|
||||
|
Reference in New Issue
Block a user