vim-patch:9.0.0154: text properties wrong after splitting a line

Problem:    Text properties wrong after splitting a line.
Solution:   Check for text properties after the line. (closes vim/vim#10857)

7d0f7e9524

textprop is N/A.

Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
Jan Edmund Lazo
2025-12-21 23:36:10 -05:00
parent b95848a8f1
commit efacb10709

View File

@@ -1865,7 +1865,7 @@ char *skip_comment(char *line, bool process, bool include_space, bool *is_commen
return line;
}
/// @param count number of lines (minimal 2) to join at cursor position.
/// @param count number of lines (minimal 2) to join at the cursor position.
/// @param save_undo when true, save lines for undo first.
/// @param use_formatoptions set to false when e.g. processing backspace and comment
/// leaders should not be removed.