mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
fix(textformat): remove unnecessary changed_bytes() (#26027)
This was removed from Vim in patch 8.1.0681.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user