fix(textformat): remove unnecessary changed_bytes() (#26027)

This was removed from Vim in patch 8.1.0681.
This commit is contained in:
zeertzjq
2023-11-13 18:18:04 +08:00
committed by GitHub
parent cbad7f8c21
commit e9bfbe99cd
4 changed files with 6 additions and 5 deletions

View File

@@ -2981,7 +2981,7 @@ void u_clearall(buf_T *buf)
buf->b_u_line_lnum = 0;
}
/// save the line "lnum" for the "U" command
/// Save the line "lnum" for the "U" command.
void u_saveline(buf_T *buf, linenr_T lnum)
{
if (lnum == buf->b_u_line_lnum) { // line is already saved