commit | 6b839ac77586f69a814d2940f59f0125f55c5f81 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 29 21:12:35 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 29 21:12:35 2021 +0000 |
tree | a6d7a0609d95ebaabd670f03f76034b158dec34a | |
parent | 651fca85c71a4c5807f8f828f9ded30fbd754325 [diff] [blame] |
patch 8.2.3700: text property highlighting continues over breakindent Problem: Text property highlighting continues over breakindent. Solution: Stop before the end column. (closes #9242)
diff --git a/src/version.c b/src/version.c index f5f13a0..c7daabc 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3700, +/**/ 3699, /**/ 3698,