mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 01:46:29 +00:00
fix(textformat): remove unnecessary changed_bytes() (#26027)
This was removed from Vim in patch 8.1.0681.
This commit is contained in:
@@ -420,7 +420,6 @@ void internal_format(int textwidth, int second_indent, int flags, bool format_on
|
||||
for (int i = 0; i < padding; i++) {
|
||||
ins_str(" ");
|
||||
}
|
||||
changed_bytes(curwin->w_cursor.lnum, leader_len);
|
||||
} else {
|
||||
(void)set_indent(second_indent, SIN_CHANGED);
|
||||
}
|
||||
|
Reference in New Issue
Block a user