1
0
forked from aniani/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 #10857)
This commit is contained in:
Bram Moolenaar
2022-08-06 17:10:57 +01:00
parent 1306b36a7b
commit 7d0f7e9524
9 changed files with 96 additions and 11 deletions

View File

@@ -1944,7 +1944,7 @@ skip_comment(
}
/*
* Join 'count' lines (minimal 2) at cursor position.
* Join 'count' lines (minimal 2) at the cursor position.
* When "save_undo" is TRUE save lines for undo first.
* Set "use_formatoptions" to FALSE when e.g. processing backspace and comment
* leaders should not be removed.