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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user