commit | acdc911e4e1120ef29d86fce8e890c72cdd1bf30 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 02 19:46:57 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 02 19:46:57 2021 +0000 |
tree | 7bf3b5db9e650d3bce9dcfcb5a3c734ea0629d4c | |
parent | 5e86964bf48ddbfa20261bda84db391c80a36dca [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 0ae4d63..1c3f4c2 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3723, +/**/ 3722, /**/ 3721,