1
0
forked from aniani/vim

patch 8.2.3723: when using 'linebreak' a text property starts too early

Problem:    When using 'linebreak' a text property starts too early.
Solution:   Decrement "bcol" when looking for property start. (closes #9242)
This commit is contained in:
Bram Moolenaar
2021-12-02 19:46:57 +00:00
parent 5e86964bf4
commit acdc911e4e
4 changed files with 35 additions and 0 deletions

View File

@@ -753,6 +753,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3723,
/**/
3722,
/**/